From a7c48a05f857e9ff8c0bd25abc1bb595e580149d Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 14 Jun 2019 01:41:17 -0400 Subject: fixed text color of api label when not logged in --- src/statusbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar.cpp') 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") -- cgit v1.3.1