diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-11 20:30:45 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:31:21 -0600 |
| commit | f7d1ce1fae80e42141198547d6c54689e085327f (patch) | |
| tree | f9b111e3fe7f09ad9e5139401dec19c6cc1bea76 /src/mainwindow.ui | |
| parent | 2b9d2f32fbbc576c9367a24c0347e5870ff20117 (diff) | |
Small updates, cleanup, update code, cache settings, tooltips
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index ad6b3e38..5ac8f092 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -550,10 +550,10 @@ p, li { white-space: pre-wrap; } <item> <widget class="QLabel" name="apiRequests"> <property name="toolTip"> - <string>API Queued and Remaining Requests</string> + <string>Nexus API Queued and Remaining Requests</string> </property> <property name="whatsThis"> - <string><html><head/><body><p>This tracks the number of queued Nexus API requests on the left (<span style=" font-weight:600;">Q</span>) and the remaining daily (<span style=" font-weight:600;">D</span>) and hourly (<span style=" font-weight:600;">H</span>) requests on the right. The Nexus API limits you to a pool of <span style=" font-weight:600;">2500</span> requests per day and <span style=" font-weight:600;">100</span> requests per hour. It is dynamically updated every time a request is completed. If you exceed this limit, you will be unable to queue downloads, check updates, parse mod info, or even log in.</p></body></html></string> + <string><html><head/><body><p>This tracks the number of queued Nexus API requests on the left (<span style=" font-weight:600;">Q</span>) and the remaining daily (<span style=" font-weight:600;">D</span>) and hourly (<span style=" font-weight:600;">H</span>) requests on the right. 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.</p></body></html></string> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> |
