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:
parent
1f6acb8f83
commit
6a337bd443
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue