mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Add More Information link
This commit is contained in:
parent
afd4069eb4
commit
ba331436fa
@ -1581,14 +1581,28 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="checkForceProxy">
|
<layout class="QHBoxLayout" name="forceProxyHorizontalLayout">
|
||||||
<property name="text">
|
<item>
|
||||||
<string>Disable connections not supported by proxies</string>
|
<widget class="QCheckBox" name="checkForceProxy">
|
||||||
</property>
|
<property name="text">
|
||||||
<property name="checked">
|
<string>Disable connections not supported by proxies</string>
|
||||||
<bool>true</bool>
|
</property>
|
||||||
</property>
|
<property name="checked">
|
||||||
</widget>
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="labelForceProxy">
|
||||||
|
<property name="text">
|
||||||
|
<string> (<a href="https://github.com/qbittorrent/qBittorrent/wiki/Disable-connections-not-supported-by-proxies">More information</a>)</string>
|
||||||
|
</property>
|
||||||
|
<property name="openExternalLinks">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="isProxyOnlyForTorrents">
|
<widget class="QCheckBox" name="isProxyOnlyForTorrents">
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<input type="checkbox" id="force_proxy_checkbox" onclick="updateForceProxySettings();"/>
|
<input type="checkbox" id="force_proxy_checkbox" onclick="updateForceProxySettings();"/>
|
||||||
<label for="force_proxy_checkbox">QBT_TR(Disable connections not supported by proxies)QBT_TR[CONTEXT=OptionsDialog]</label>
|
<label for="force_proxy_checkbox">QBT_TR(Disable connections not supported by proxies)QBT_TR[CONTEXT=OptionsDialog] (<a target="_blank" href="https://github.com/qbittorrent/qBittorrent/wiki/Disable-connections-not-supported-by-proxies">QBT_TR(More information)QBT_TR[CONTEXT=HttpServer]</a>)</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="formRow">
|
<div class="formRow">
|
||||||
<input type="checkbox" id="proxy_only_for_torrents_checkbox"/>
|
<input type="checkbox" id="proxy_only_for_torrents_checkbox"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user