Skip to content

Commit

Permalink
Gamelist: Enable icon column by default (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel committed Apr 11, 2024
1 parent bac1ac3 commit 391533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/CemuConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 391533d

Please sign in to comment.