1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 19:31:30 +00:00

Disable HTTPS setting in native GUI (ref #19).

This commit is contained in:
Felix Ableitner 2014-06-05 01:41:46 +02:00
parent 56e0fa3631
commit 72f76108fd

View file

@ -74,7 +74,8 @@
<CheckBoxPreference
android:key="UseTLS"
android:title="Use HTTPS for GUI" />
android:title="Use HTTPS for GUI"
android:enabled="false" />
</PreferenceScreen>