mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Gamelist: Add option to hide the icon column (#604)
This commit is contained in:
parent
4b7d2f88ae
commit
fa4ad9b8c1
3 changed files with 18 additions and 2 deletions
|
@ -418,6 +418,8 @@ struct CemuConfig
|
|||
ConfigValue<bool> did_show_graphic_pack_download{false};
|
||||
ConfigValue<bool> did_show_macos_disclaimer{false};
|
||||
|
||||
ConfigValue<bool> show_icon_column{ false };
|
||||
|
||||
int game_list_style = 0;
|
||||
std::string game_list_column_order;
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue