mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
Allow edit of manually banned IPs regardless if an IP filter has been set.
This commit is contained in:
parent
5084c01c2b
commit
14513cd81f
1 changed files with 2 additions and 8 deletions
|
@ -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 a new issue