summaryrefslogtreecommitdiff
path: root/src/statusbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbar.cpp')
-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")