diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-14 22:42:55 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-07-14 22:42:55 -0400 |
commit | 56cbade066eb21817a1f7f9a3b1a4c57f808828f (patch) | |
tree | c2c22d3a36f229e164c2a35a554e6dd5de97b5d5 /app/src/main/res | |
parent | 6f25a8bb232833e78c23ca67f157f75d109d421b (diff) |
Add preference to start ssh keygen
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 1ddcde41..e8772616 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -8,6 +8,9 @@ android:key="ssh_key" android:title="@string/pref_ssh_title" /> <Preference + android:key="ssh_keygen" + android:title="@string/pref_ssh_keygen_title" /> + <Preference android:key="git_delete_repo" android:summary="Deletes local repository" android:title="@string/pref_git_delete_repo" /> |