mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Android) Disabled the UserThemeDirectory setting
This commit is contained in:
parent
e28cf4f6b8
commit
2f599846a9
|
@ -344,7 +344,9 @@ void Settings::setDefaults()
|
||||||
mStringMap["ROMDirectory"] = {"", ""};
|
mStringMap["ROMDirectory"] = {"", ""};
|
||||||
#endif
|
#endif
|
||||||
mStringMap["UIMode_passkey"] = {"uuddlrlrba", "uuddlrlrba"};
|
mStringMap["UIMode_passkey"] = {"uuddlrlrba", "uuddlrlrba"};
|
||||||
|
#if !defined(__ANDROID__)
|
||||||
mStringMap["UserThemeDirectory"] = {"", ""};
|
mStringMap["UserThemeDirectory"] = {"", ""};
|
||||||
|
#endif
|
||||||
mIntMap["LottieMaxFileCache"] = {150, 150};
|
mIntMap["LottieMaxFileCache"] = {150, 150};
|
||||||
mIntMap["LottieMaxTotalCache"] = {1024, 1024};
|
mIntMap["LottieMaxTotalCache"] = {1024, 1024};
|
||||||
mIntMap["ScraperConnectionTimeout"] = {30, 30};
|
mIntMap["ScraperConnectionTimeout"] = {30, 30};
|
||||||
|
|
Loading…
Reference in a new issue