mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-17 15:52:09 +03:00
Merge pull request #361 from cybik/fix-google-play
Better labels for the payment processing options
This commit is contained in:
commit
80bfbc2101
1 changed files with 2 additions and 2 deletions
|
@ -303,8 +303,8 @@ impl SimpleAsyncComponent for GeneralApp {
|
||||||
set_subtitle: &tr!("game-environment-description"),
|
set_subtitle: &tr!("game-environment-description"),
|
||||||
|
|
||||||
set_model: Some(>k::StringList::new(&[
|
set_model: Some(>k::StringList::new(&[
|
||||||
"PC",
|
"Hoyoverse",
|
||||||
"Android"
|
"Google Play"
|
||||||
])),
|
])),
|
||||||
|
|
||||||
set_selected: match CONFIG.launcher.environment {
|
set_selected: match CONFIG.launcher.environment {
|
||||||
|
|
Loading…
Add table
Reference in a new issue