1
0
Fork 0
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:
Felix Ableitner 2014-06-14 03:01:09 +02:00
parent 61ac81c9b7
commit 0f3bcc5f30

View file

@ -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"