fix invalid entry

This commit is contained in:
Henry Jameson 2026-04-10 15:04:00 +03:00
commit 6211b9adc9

View file

@ -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(