mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
- Fixed an exception with latest libtorrent/asio on startup (filepath check)
- Added an option to toggle the Peer eXchange (PeX) state
This commit is contained in:
@@ -505,7 +505,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="disableDHT" >
|
||||
<property name="text" >
|
||||
<string>Disable DHT (Trackerless) support</string>
|
||||
<string>Disable DHT (Trackerless)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -573,6 +573,13 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="disablePeX" >
|
||||
<property name="text" >
|
||||
<string>Disable Peer eXchange (PeX)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -633,19 +640,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab_3" >
|
||||
|
||||
Reference in New Issue
Block a user