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