mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07: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>
|
</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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue