Derp fix.

This commit is contained in:
StackZ
2020-06-20 15:29:21 +02:00
parent 50e4aa99e0
commit 05e6e7bd55
+1 -1
View File
@@ -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"));