mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Set the menu color scheme to 'dark' by default
This commit is contained in:
parent
ec2bc68d91
commit
569bf22690
|
@ -165,7 +165,7 @@ void Settings::setDefaults()
|
|||
mStringMap["QuickSystemSelect"] = {"leftrightshoulders", "leftrightshoulders"};
|
||||
mStringMap["StartupSystem"] = {"", ""};
|
||||
mStringMap["DefaultSortOrder"] = {"filename, ascending", "filename, ascending"};
|
||||
mStringMap["MenuColorScheme"] = {"light", "light"};
|
||||
mStringMap["MenuColorScheme"] = {"dark", "dark"};
|
||||
mStringMap["MenuOpeningEffect"] = {"scale-up", "scale-up"};
|
||||
mStringMap["LaunchScreenDuration"] = {"normal", "normal"};
|
||||
mStringMap["UIMode"] = {"full", "full"};
|
||||
|
|
Loading…
Reference in a new issue