1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-23 12:51: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" /> android:inputType="textCapWords" />
<EditTextPreference <EditTextPreference
android:key="listenAddress" android:key="listenAddresses"
android:title="@string/listen_address" android:title="@string/listen_address"
android:persistent="false" android:persistent="false"
android:inputType="textNoSuggestions" /> android:inputType="textNoSuggestions" />
@ -85,7 +85,7 @@
<CheckBoxPreference <CheckBoxPreference
android:key="upnpEnabled" android:key="upnpEnabled"
android:title="@string/upnp_enabled" android:title="@string/upnp_enabled"
android:persistent="false" /> android:persistent="false"/>
<EditTextPreference <EditTextPreference
android:key="globalAnnounceServers" android:key="globalAnnounceServers"