Use default upper limits for ddns entries

The default is 32767 which is larger than the previous artificial limit.
This commit is contained in:
Chocobo1 2021-08-09 12:57:39 +08:00
commit 0e2aca7583

View file

@ -3354,11 +3354,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">
@ -3369,9 +3365,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>