mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Set the random game or system button to disabled by default.
This commit is contained in:
parent
6715014de9
commit
0eba1795a4
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue