Compare commits

..

No commits in common. "e804a6aa06fb960998af58d2188d973512dfd778" and "0ed54185b40b7945f26bc178c1e97012f4ed51a9" have entirely different histories.

View file

@ -42,7 +42,7 @@ export const useLocalConfigStore = defineStore('local_config', {
persist: {
afterLoad(state) {
return {
prefsStorage: state.prefsStorage ?? { ...configDefaultState },
prefsStorage: state.prefsStorage,
tempStorage: { ...configDefaultState },
}
},