Skip to content

Commit

Permalink
Merge pull request #361 from cybik/fix-google-play
Browse files Browse the repository at this point in the history
Better labels for the payment processing options
  • Loading branch information
krypt0nn authored May 8, 2024
2 parents 8e657c8 + 1f7dfdb commit 80bfbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/preferences/general/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ impl SimpleAsyncComponent for GeneralApp {
set_subtitle: &tr!("game-environment-description"),

set_model: Some(&gtk::StringList::new(&[
"PC",
"Android"
"Hoyoverse",
"Google Play"
])),

set_selected: match CONFIG.launcher.environment {
Expand Down

0 comments on commit 80bfbc2

Please sign in to comment.