mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Adjust input type for GUI password.
This commit is contained in:
parent
61ac81c9b7
commit
0f3bcc5f30
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@
|
||||||
|
|
||||||
<EditTextPreference
|
<EditTextPreference
|
||||||
android:key="Password"
|
android:key="Password"
|
||||||
android:title="GUI Authentication Password" />
|
android:title="GUI Authentication Password"
|
||||||
|
android:inputType="textPassword" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:key="UseTLS"
|
android:key="UseTLS"
|
||||||
|
|
Loading…
Reference in a new issue