From 05e6e7bd55b2440655ddd157885178f1bf2ebcd6 Mon Sep 17 00:00:00 2001 From: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Sat, 20 Jun 2020 15:29:21 +0200 Subject: [PATCH] Derp fix. --- source/utils/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/config.cpp b/source/utils/config.cpp index c701f93..dc27d94 100644 --- a/source/utils/config.cpp +++ b/source/utils/config.cpp @@ -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"));