mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 11:41:29 +00:00
Do not allow chaning the repo path after repo has been created (ref #29).
This commit is contained in:
parent
fdbb2252ec
commit
a8869afea9
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,9 @@
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="directory"
|
android:key="directory"
|
||||||
android:title="@string/directory" />
|
android:title="@string/directory"
|
||||||
|
android:enabled="false"
|
||||||
|
style="?android:preferenceInformationStyle" />
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:key="repo_master"
|
android:key="repo_master"
|
||||||
|
@ -33,4 +35,4 @@
|
||||||
android:key="delete"
|
android:key="delete"
|
||||||
android:title="@string/delete_repo" />
|
android:title="@string/delete_repo" />
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in a new issue