mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Woopsie.. haha.
This commit is contained in:
@@ -49,7 +49,7 @@ std::string Config::ScriptPath;
|
|||||||
|
|
||||||
void Config::loadConfig() {
|
void Config::loadConfig() {
|
||||||
// [UI]
|
// [UI]
|
||||||
Config::lang = settingsini.GetInt("UI", "LANGUAGE", 1);
|
Config::lang = settingsini.GetInt("UI", "LANGUAGE", 2);
|
||||||
Config::Color1 = settingsini.GetInt("UI", "BARCOLOR", BarColor);
|
Config::Color1 = settingsini.GetInt("UI", "BARCOLOR", BarColor);
|
||||||
Config::Color2 = settingsini.GetInt("UI", "TOPBGCOLOR", TopBGColor);
|
Config::Color2 = settingsini.GetInt("UI", "TOPBGCOLOR", TopBGColor);
|
||||||
Config::Color3 = settingsini.GetInt("UI", "BOTTOMBGCOLOR", BottomBGColor);
|
Config::Color3 = settingsini.GetInt("UI", "BOTTOMBGCOLOR", BottomBGColor);
|
||||||
|
|||||||
Reference in New Issue
Block a user