From d28eb0a9d361cb7e55aac86ca50cda56946b46c2 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Wed, 5 Aug 2026 20:05:13 +0200 Subject: [PATCH] fix(settings): use switch default value as store value fallback The switch now uses the default value as a fallback for the stored value and updates the switch state when stored value changes. --- src/features/settings/components/Switch.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/features/settings/components/Switch.vue b/src/features/settings/components/Switch.vue index 48d9f0e..b5ca8cf 100644 --- a/src/features/settings/components/Switch.vue +++ b/src/features/settings/components/Switch.vue @@ -16,7 +16,7 @@ limitations under the License. @@ -47,7 +55,7 @@ const toggle = function toggle () {