mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Option to disable connections not supported by proxies. Closes #1894.
This commit is contained in:
@@ -1372,6 +1372,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkForceProxy">
|
||||
<property name="text">
|
||||
<string>Disable connections not supported by proxies</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="checkProxyAuth">
|
||||
<property name="enabled">
|
||||
@@ -2030,6 +2040,9 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkAnonymousMode">
|
||||
<property name="toolTip">
|
||||
<string>Enable when using a proxy or a VPN connection</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Enable anonymous mode</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user