mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Set the menu scroll indicators as enabled by default.
This commit is contained in:
parent
97af891b66
commit
aa8b68f2a9
|
@ -181,7 +181,7 @@ void Settings::setDefaults()
|
|||
mBoolMap["SpecialCharsASCII"] = {false, false};
|
||||
mBoolMap["ListScrollOverlay"] = {false, false};
|
||||
mBoolMap["VirtualKeyboard"] = {true, true};
|
||||
mBoolMap["ScrollIndicators"] = {false, false};
|
||||
mBoolMap["ScrollIndicators"] = {true, true};
|
||||
mBoolMap["FavoritesAddButton"] = {true, true};
|
||||
mBoolMap["RandomAddButton"] = {false, false};
|
||||
mBoolMap["GamelistFilters"] = {true, true};
|
||||
|
|
Loading…
Reference in a new issue