Set the random game or system button to disabled by default.

This commit is contained in:
Leon Styhre 2021-06-27 12:21:18 +02:00
parent 6715014de9
commit 0eba1795a4

View file

@ -147,7 +147,7 @@ void Settings::setDefaults()
mBoolMap["FavoritesStar"] = { true, true };
mBoolMap["ListScrollOverlay"] = { false, false };
mBoolMap["FavoritesAddButton"] = { true, true };
mBoolMap["RandomAddButton"] = { true, true };
mBoolMap["RandomAddButton"] = { false, false };
mBoolMap["GamelistFilters"] = { true, true };
mBoolMap["QuickSystemSelect"] = { true, true };
mBoolMap["ShowHelpPrompts"] = { true, true };