mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-28 05:27:15 +03:00
Use default upper limits for ddns entries
The default is 32767 which is larger than the previous artificial limit.
This commit is contained in:
parent
b29a52dfa8
commit
e93a67e644
1 changed files with 1 additions and 8 deletions
|
@ -3367,11 +3367,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.</string>
|
|||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="DNSUsernameTxt">
|
||||
<property name="maxLength">
|
||||
<number>50</number>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLineEdit" name="DNSUsernameTxt"/>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="label_22">
|
||||
|
@ -3382,9 +3378,6 @@ Use ';' to split multiple entries. Can use wildcard '*'.</string>
|
|||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QLineEdit" name="DNSPasswordTxt">
|
||||
<property name="maxLength">
|
||||
<number>50</number>
|
||||
</property>
|
||||
<property name="echoMode">
|
||||
<enum>QLineEdit::Password</enum>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue