diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 09b026d1..d675d7d1 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -57,6 +57,11 @@ android:title="@string/pref_copy_title" /> <CheckBoxPreference android:defaultValue="true" + android:key="clear_after_copy" + android:summary="After an automatic copy or a manual copy of the password, the clipboard will be automatically cleared." + android:title="Automatically clear the clipboard after copy" /> + <CheckBoxPreference + android:defaultValue="true" android:key="filter_recursively" android:summary="@string/pref_recursive_filter_hint" android:title="@string/pref_recursive_filter" /> |