Browse Source

Use default upper limits for ddns entries

The default is 32767 which is larger than the previous artificial limit.
adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
e93a67e644
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 9
      src/gui/optionsdialog.ui

9
src/gui/optionsdialog.ui

@ -3367,11 +3367,7 @@ Use ';' to split multiple entries. Can use wildcard '*'.</string> @@ -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> @@ -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…
Cancel
Save