mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +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
|
||||
android:key="Password"
|
||||
android:title="GUI Authentication Password" />
|
||||
android:title="GUI Authentication Password"
|
||||
android:inputType="textPassword" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="UseTLS"
|
||||
|
|
Loading…
Reference in a new issue