Better labels for the payment processing options

This commit is contained in:
Renaud Lepage 2024-04-14 08:51:19 -07:00 committed by GitHub
parent e4bc7afa74
commit 1f7dfdb719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -303,8 +303,8 @@ impl SimpleAsyncComponent for GeneralApp {
set_subtitle: &tr!("game-environment-description"), set_subtitle: &tr!("game-environment-description"),
set_model: Some(&gtk::StringList::new(&[ set_model: Some(&gtk::StringList::new(&[
"PC", "Hoyoverse",
"Android" "Google Play"
])), ])),
set_selected: match CONFIG.launcher.environment { set_selected: match CONFIG.launcher.environment {