1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-08 19:21:35 +00:00

Do not allow chaning the repo path after repo has been created (ref #29).

This commit is contained in:
Felix Ableitner 2014-09-12 17:49:28 +03:00
parent fdbb2252ec
commit a8869afea9

View file

@ -10,7 +10,9 @@
<Preference
android:key="directory"
android:title="@string/directory" />
android:title="@string/directory"
android:enabled="false"
style="?android:preferenceInformationStyle" />
<CheckBoxPreference
android:key="repo_master"
@ -33,4 +35,4 @@
android:key="delete"
android:title="@string/delete_repo" />
</PreferenceScreen>
</PreferenceScreen>