Also invert copy_on_decrypt preference value (#1024)
Fixes: e0350043d0
("Disable automatic copy on decrypt by default (#1006)")
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
2ffd1abb27
commit
12f6caef37
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue