mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 12:49:02 +03:00
feat(ui): renamed additional enhancement options
This commit is contained in:
parent
b564bb77ed
commit
aa407308de
1 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
|||
set_title: "Options",
|
||||
|
||||
adw::ActionRow {
|
||||
set_title: "Game settings",
|
||||
set_title: &tr("game"),
|
||||
set_subtitle: "Manage in-game settings and account session",
|
||||
|
||||
add_suffix = >k::Image {
|
||||
|
@ -75,7 +75,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
|||
},
|
||||
|
||||
adw::ActionRow {
|
||||
set_title: "Sandbox settings",
|
||||
set_title: &tr("sandbox"),
|
||||
set_subtitle: "Run the game in a bubblewrap sandbox, similar to what Flatpak does",
|
||||
|
||||
add_suffix = >k::Image {
|
||||
|
@ -88,7 +88,7 @@ impl SimpleAsyncComponent for EnhancementsApp {
|
|||
},
|
||||
|
||||
adw::ActionRow {
|
||||
set_title: "Environment settings",
|
||||
set_title: &tr("environment"),
|
||||
set_subtitle: "Specify environment variables and game launching command",
|
||||
|
||||
add_suffix = >k::Image {
|
||||
|
|
Loading…
Reference in a new issue