Compare commits
2 commits
0ed54185b4
...
e804a6aa06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e804a6aa06 | ||
|
|
f1b6e8417d |
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export const useLocalConfigStore = defineStore('local_config', {
|
|||
persist: {
|
||||
afterLoad(state) {
|
||||
return {
|
||||
prefsStorage: state.prefsStorage,
|
||||
prefsStorage: state.prefsStorage ?? { ...configDefaultState },
|
||||
tempStorage: { ...configDefaultState },
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue