diff options
-rw-r--r-- | app/src/main/res/xml/preference.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 318b8431..50300b5b 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -154,7 +154,7 @@ app:summary="@string/show_extra_content_pref_summary" app:title="@string/show_extra_content_pref_title" /> <CheckBoxPreference - app:defaultValue="true" + app:defaultValue="false" app:dialogTitle="@string/pref_copy_dialog_title" app:key="copy_on_decrypt" app:summary="@string/pref_copy_dialog_title" |