mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-25 09:18:20 +03:00
Place "Use Smart Episode Filter" more correctly
This commit is contained in:
parent
007aa8480e
commit
67940eb0f9
1 changed files with 11 additions and 11 deletions
|
@ -106,17 +106,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkSmart">
|
||||
<property name="toolTip">
|
||||
<string>Smart Episode Filter will check the episode number to prevent downloading of duplicates.
|
||||
Supports the formats: S01E01, 1x1, 2017.01.01 and 01.01.2017 (Date formats also support - as a separator)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use Smart Episode Filter</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
|
@ -191,6 +180,17 @@ Supports the formats: S01E01, 1x1, 2017.01.01 and 01.01.2017 (Date formats also
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkSmart">
|
||||
<property name="toolTip">
|
||||
<string>Smart Episode Filter will check the episode number to prevent downloading of duplicates.
|
||||
Supports the formats: S01E01, 1x1, 2017.01.01 and 01.01.2017 (Date formats also support - as a separator)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use Smart Episode Filter</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Line" name="line">
|
||||
<property name="orientation">
|
||||
|
|
Loading…
Reference in a new issue