We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a7441 commit b7223c2Copy full SHA for b7223c2
1 file changed
app/composables/useSettings.ts
@@ -38,6 +38,8 @@ export function useSettings() {
38
if (!settingsRef) {
39
settingsRef = useLocalStorage<AppSettings>(STORAGE_KEY, DEFAULT_SETTINGS, {
40
mergeDefaults: true,
41
+ initOnMounted: true,
42
+ writeDefaults: false,
43
})
44
}
45
0 commit comments