mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Derp fix.
This commit is contained in:
@@ -78,7 +78,7 @@ Config::Config() {
|
||||
|
||||
// Here we get the initial settings.
|
||||
|
||||
if (!this->json.contains("Bar_Color")) {
|
||||
if (!this->json.contains("BARCOLOR")) {
|
||||
this->barColor(BarColor);
|
||||
} else {
|
||||
this->barColor(this->getInt("BARCOLOR"));
|
||||
|
||||
Reference in New Issue
Block a user