From 6211b9adc904608c29e5e31a30d0ef37c9514aae Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 10 Apr 2026 15:04:00 +0300 Subject: [PATCH] fix invalid entry --- src/stores/sync_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/sync_config.js b/src/stores/sync_config.js index d7422d0a9..871d09e14 100644 --- a/src/stores/sync_config.js +++ b/src/stores/sync_config.js @@ -789,7 +789,7 @@ export const useSyncConfigStore = defineStore('sync_config', { }) return finalValue === undefined - ? definition.default + ? [path, definition.default] : [path, finalValue] }) newState.prefsStorage.simple = Object.fromEntries(