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:
parent
56e0fa3631
commit
72f76108fd
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@
|
|||
|
||||
<CheckBoxPreference
|
||||
android:key="UseTLS"
|
||||
android:title="Use HTTPS for GUI" />
|
||||
android:title="Use HTTPS for GUI"
|
||||
android:enabled="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
|
|
Loading…
Reference in a new issue