diff options
author | zeapo <mohamed@zenadi.com> | 2017-08-10 15:13:58 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-08-10 15:13:58 +0200 |
commit | bf1b67ea6a255866be9765f3096c91e2236f2eaf (patch) | |
tree | c77c56290463e3d549d4fa9eef86d1e97e6ba312 /app/src/main/res/xml/preference.xml | |
parent | 24a77b90284ee6a0832245c7f8d1d432b9db3710 (diff) |
add remember passphrase and clearing it from settings
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-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 87e77aae..23e68577 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -14,6 +14,9 @@ android:key="ssh_keygen" android:title="@string/pref_ssh_keygen_title" /> <Preference + android:key="ssh_key_clear_passphrase" + android:title="@string/ssh_key_clear_passphrase" /> + <Preference android:key="ssh_see_key" android:title="@string/pref_ssh_see_key_title" /> <Preference |