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