mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Set rbsimple-DE explicitly as the default theme in es_settings.cfg.
This commit is contained in:
parent
2f3290545e
commit
e1d1723ce2
|
@ -81,7 +81,7 @@ void Settings::setDefaults()
|
|||
mStringMap["StartupSystem"] = "";
|
||||
mStringMap["GamelistViewStyle"] = "automatic";
|
||||
mStringMap["TransitionStyle"] = "instant";
|
||||
mStringMap["ThemeSet"] = "";
|
||||
mStringMap["ThemeSet"] = "rbsimple-DE";
|
||||
mStringMap["UIMode"] = "full";
|
||||
mStringMap["DefaultSortOrder"] = "filename, ascending";
|
||||
mBoolMap["FoldersOnTop"] = true;
|
||||
|
|
Loading…
Reference in a new issue