mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 02:33:32 +00:00
feat(ui): Toggle Online Column
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -233,6 +233,9 @@ namespace UISettings {
|
||||
// Play time
|
||||
Setting<bool> show_play_time{linkage, true, "show_play_time", Category::UiGameList};
|
||||
|
||||
// Online Column
|
||||
Setting<bool> show_online_column{linkage, true, "show_online_column", Category::UiGameList};
|
||||
|
||||
bool configuration_applied;
|
||||
bool reset_to_defaults;
|
||||
bool shortcut_already_warned{false};
|
||||
|
||||
Reference in New Issue
Block a user