1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 04:41:16 +00:00

fixes RestApi options for 'listenAddress'

This commit is contained in:
Lars K.W. Gohlke 2016-06-09 23:52:00 +02:00
parent 1f6acb8f83
commit 6a337bd443

View file

@ -53,7 +53,7 @@
android:inputType="textCapWords" />
<EditTextPreference
android:key="listenAddress"
android:key="listenAddresses"
android:title="@string/listen_address"
android:persistent="false"
android:inputType="textNoSuggestions" />
@ -85,7 +85,7 @@
<CheckBoxPreference
android:key="upnpEnabled"
android:title="@string/upnp_enabled"
android:persistent="false" />
android:persistent="false"/>
<EditTextPreference
android:key="globalAnnounceServers"