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:
parent
fdbb2252ec
commit
a8869afea9
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue