summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-14 01:41:17 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-14 01:41:17 -0400
commita7c48a05f857e9ff8c0bd25abc1bb595e580149d (patch)
tree3a1967b42c413318433f57c31889b7e3fa26763e
parent616925ebbb8e916119f8dbee0c1f0cb97b14a68b (diff)
fixed text color of api label when not logged in
-rw-r--r--src/statusbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar.cpp b/src/statusbar.cpp
index 712eb005..8502802a 100644
--- a/src/statusbar.cpp
+++ b/src/statusbar.cpp
@@ -54,7 +54,7 @@ void StatusBar::setAPI(const APIStats& stats, const APIUserAccount& user)
if (user.type() == APIUserAccountTypes::None) {
text = "API: not logged in";
- textColor = "white";
+ textColor = "initial";
backgroundColor = "transparent";
} else {
text = QString("API: Queued: %1 | Daily: %2 | Hourly: %3")