From 016738f5beb49d4531ac1924160261bc4526d974 Mon Sep 17 00:00:00 2001 From: nfebe Date: Mon, 11 Nov 2024 15:55:25 +0100 Subject: [PATCH] fix(settings): Show feedback 4 server-sde encryption toggle Show visual feedback if user clicks on encryption toggle when it cannot be activated. Signed-off-by: nfebe --- apps/settings/src/components/Encryption.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/apps/settings/src/components/Encryption.vue b/apps/settings/src/components/Encryption.vue index 060be3fc5eb66..d8dcb5434b043 100644 --- a/apps/settings/src/components/Encryption.vue +++ b/apps/settings/src/components/Encryption.vue @@ -8,7 +8,6 @@ :description="t('settings', 'Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed.')" :doc-url="encryptionAdminDoc"> {{ t('settings', 'Enable server-side encryption') }} @@ -34,7 +33,7 @@
-

+

{{ t('settings', 'No encryption module loaded, please enable an encryption module in the app menu.') }}