feat(UI): Add toggle for Online column visibility in Game List #70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat(ui)/toggle-online-column"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduces a new checkbox in the UI settings (Configure -> UI -> Game List) that allows users to show or hide the "Online" column in the game list.
This feature provides users with more control over the game list's appearance, allowing them to declutter the view if they do not use the multiplayer features.
The setting is enabled by default to maintain existing behavior for current users.
Changes include:
Added show_online_column setting to UISettings.
Integrated the new checkbox into the configure_ui layout and logic.
Modified GameList to respect the new setting when displaying columns.