diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-03-06 17:20:53 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-03-06 17:20:53 -0600 |
| commit | dfc992f467eb841c91b04185b525842534820d40 (patch) | |
| tree | 369c2e18a49a2682b6923a68e7079bb0d4dd6608 /src/settingsdialog.ui | |
| parent | fa44740193e510df569441016d40e74b8dc6fca1 (diff) | |
Add setting to hide the API counter
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index e56b3435..d6ac76a8 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -578,6 +578,19 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="hideAPICounterBox"> + <property name="toolTip"> + <string><html><head/><body><p>By default, a counter is displayed under the mod list. This informs the user of their remaining API requests. The Nexus API becomes unusable once these API requests run out. Checking this option will hide that counter.</p></body></html></string> + </property> + <property name="whatsThis"> + <string><html><head/><body><p>By default, a counter is displayed under the mod list. This informs the user of their remaining API requests. The Nexus API becomes unusable once these API requests run out. Checking this option will hide that counter.</p></body></html></string> + </property> + <property name="text"> + <string>Hide API Request Counter</string> + </property> + </widget> + </item> </layout> </item> <item> |
