mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 04:41:16 +00:00
Merge pull request #669 from lkwg82/fix-changed-settings
fixes RestApi options for 'listenAddress'
This commit is contained in:
commit
cdb09285bc
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue