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