diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2020-11-16 12:43:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-16 12:43:47 +0100 |
| commit | 3de7e93a95420a3a6b88ebae03472a4224c71674 (patch) | |
| tree | dcdba817595063fb617ec12770b5ab51aa10ae67 /src/settingsdialog.ui | |
| parent | 5f7e2988cd91b5debef57c72e12d5a9c1050bce5 (diff) | |
| parent | 67188a39cb6aa9d1cad172aec6aac9977af8e79a (diff) | |
Merge pull request #1291 from Qudix/tracking_integration
Add a toggle for tracking
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 85c5a4e4..754a275f 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -837,29 +837,29 @@ </item> <item> <layout class="QGridLayout" name="gridLayout_8"> - <item row="0" column="0"> - <widget class="QCheckBox" name="offlineBox"> + <item row="1" column="0"> + <widget class="QCheckBox" name="proxyBox"> <property name="statusTip"> - <string>Disable automatic internet features</string> + <string>Use a proxy for network connections.</string> </property> <property name="whatsThis"> - <string>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</string> + <string>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</string> </property> <property name="text"> - <string>Offline Mode</string> + <string>Use HTTP Proxy (Uses System Settings)</string> </property> </widget> </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="proxyBox"> + <item row="0" column="0"> + <widget class="QCheckBox" name="offlineBox"> <property name="statusTip"> - <string>Use a proxy for network connections.</string> + <string>Disable automatic internet features</string> </property> <property name="whatsThis"> - <string>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</string> + <string>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</string> </property> <property name="text"> - <string>Use HTTP Proxy (Uses System Settings)</string> + <string>Offline Mode</string> </property> </widget> </item> @@ -873,7 +873,7 @@ </property> </widget> </item> - <item row="1" column="1"> + <item row="2" column="0"> <widget class="QCheckBox" name="hideAPICounterBox"> <property name="toolTip"> <string><html><head/><body><p>By default, a counter is displayed in the bottom right corner. 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> @@ -886,6 +886,16 @@ </property> </widget> </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="trackedBox"> + <property name="text"> + <string>Tracked Integration</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </item> <item> @@ -1684,6 +1694,7 @@ programs you are intentionally running.</string> <tabstop>nexusLog</tabstop> <tabstop>offlineBox</tabstop> <tabstop>endorsementBox</tabstop> + <tabstop>trackedBox</tabstop> <tabstop>proxyBox</tabstop> <tabstop>hideAPICounterBox</tabstop> <tabstop>associateButton</tabstop> |
