summaryrefslogtreecommitdiff
path: root/src/statusbar.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-06-14 02:05:06 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-06-14 02:05:06 -0400
commiteed0f1503d2b2bf03d1ad823c72f7d279a1b41f6 (patch)
treecc2d4dbe45ce3f50c3e3b0b9cf19cae47a118e2b /src/statusbar.cpp
parentd527d62b2b671b52e74a34f24a701c18d7632477 (diff)
re-added the api label tooltip
comments
Diffstat (limited to 'src/statusbar.cpp')
-rw-r--r--src/statusbar.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/statusbar.cpp b/src/statusbar.cpp
index 8502802a..01449202 100644
--- a/src/statusbar.cpp
+++ b/src/statusbar.cpp
@@ -23,6 +23,13 @@ StatusBar::StatusBar(QStatusBar* bar, Ui::MainWindow* ui) :
m_notifications->set(false);
m_api->setObjectName("apistats");
+ m_api->setToolTip(QObject::tr(
+ "This tracks the number of queued Nexus API requests, as well as the "
+ "remaining daily and hourly requests. The Nexus API limits you to a pool "
+ "of requests per day and requests per hour. It is dynamically updated "
+ "every time a request is completed. If you run out of requests, you will "
+ "be unable to queue downloads, check updates, parse mod info, or even log "
+ "in. Both pools must be consumed before this happens."));
m_bar->clearMessage();
setProgress(-1);