feat(ui): Toggle Online Column

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-16 05:45:02 +00:00
parent 8ea0d6487a
commit af1da600c7

View File

@@ -233,6 +233,9 @@ namespace UISettings {
// Play time // Play time
Setting<bool> show_play_time{linkage, true, "show_play_time", Category::UiGameList}; 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 configuration_applied;
bool reset_to_defaults; bool reset_to_defaults;
bool shortcut_already_warned{false}; bool shortcut_already_warned{false};