UI: Add option to hide the compatibility list

Option is added directly below the option for the addons column

Defaulting to hide compatibility list. Changing default works properly.

Co-authored-by: Piplup <piplup55@users.noreply.github.com>
This commit is contained in:
Kyle Kienapfel
2022-10-19 03:51:51 -07:00
parent c75a4bdeaa
commit 470e89a8ed
5 changed files with 17 additions and 0 deletions

View File

@ -129,6 +129,9 @@ struct Values {
Settings::Setting<bool> favorites_expanded{true, "favorites_expanded"};
QVector<u64> favorited_ids;
// Compatibility List
Settings::Setting<bool> show_compat{false, "show_compat"};
bool configuration_applied;
bool reset_to_defaults;
Settings::Setting<bool> disable_web_applet{true, "disable_web_applet"};