From d67476a704e939fb585398a44abdae549469a683 Mon Sep 17 00:00:00 2001 From: Mauro Mura Date: Thu, 7 Nov 2024 09:57:17 +0100 Subject: [PATCH] Hardcode default setting to delete files on key change Signed-off-by: Mauro Mura --- src/components/SecuritySection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SecuritySection.vue b/src/components/SecuritySection.vue index 7edb5f15..647d3308 100644 --- a/src/components/SecuritySection.vue +++ b/src/components/SecuritySection.vue @@ -76,7 +76,7 @@ export default { hasKey: loadState('end_to_end_encryption', 'hasKey'), shouldDisplayWarning: false, modal: false, - deleteEncryptedFiles: false, + deleteEncryptedFiles: true, // this is actually the only change to standard settings; TODO: upstream Nextcloud } }, computed: {