mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 16:27:47 +00:00
commit
90d65919b5
16 changed files with 337 additions and 14 deletions
|
@ -183,6 +183,9 @@ struct Values {
|
|||
Setting<bool> show_size{linkage, true, "show_size", Category::UiGameList};
|
||||
Setting<bool> show_types{linkage, true, "show_types", Category::UiGameList};
|
||||
|
||||
// Play time
|
||||
Setting<bool> show_play_time{linkage, true, "show_play_time", Category::UiGameList};
|
||||
|
||||
bool configuration_applied;
|
||||
bool reset_to_defaults;
|
||||
bool shortcut_already_warned{false};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue