Compare commits
No commits in common. "e804a6aa06fb960998af58d2188d973512dfd778" and "0ed54185b40b7945f26bc178c1e97012f4ed51a9" have entirely different histories.
e804a6aa06
...
0ed54185b4
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 ?? { ...configDefaultState },
|
||||
prefsStorage: state.prefsStorage,
|
||||
tempStorage: { ...configDefaultState },
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue