mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Allow edit of manually banned IPs regardless if an IP filter has been set.
This commit is contained in:
@@ -1717,21 +1717,15 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="checkIPFilter">
|
<widget class="QGroupBox" name="groupIPFilter">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>IP Filtering</string>
|
<string>IP Filtering</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
<property name="checked">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_17">
|
<layout class="QVBoxLayout" name="verticalLayout_17">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
<layout class="QHBoxLayout" name="horizontalLayout_11">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lblFilterPath">
|
<widget class="QCheckBox" name="checkIPFilter">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Filter path (.dat, .p2p, .p2b):</string>
|
<string>Filter path (.dat, .p2p, .p2b):</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user