mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
Gamelist: Enable icon column by default (#1168)
This commit is contained in:
parent
bac1ac3b49
commit
391533dbe5
@ -418,7 +418,7 @@ struct CemuConfig
|
||||
ConfigValue<bool> did_show_graphic_pack_download{false};
|
||||
ConfigValue<bool> did_show_macos_disclaimer{false};
|
||||
|
||||
ConfigValue<bool> show_icon_column{ false };
|
||||
ConfigValue<bool> show_icon_column{ true };
|
||||
|
||||
int game_list_style = 0;
|
||||
std::string game_list_column_order;
|
||||
|
Loading…
Reference in New Issue
Block a user