cleanup and fixes
This commit is contained in:
parent
c926ed7ac1
commit
7d19cc2d53
17 changed files with 80 additions and 57 deletions
|
|
@ -403,9 +403,9 @@ const afterStoreSetup = async ({ pinia, store, storageError, i18n }) => {
|
|||
|
||||
// Little thing to get out of invalid theme state
|
||||
window.resetThemes = () => {
|
||||
store.dispatch('resetThemeV3')
|
||||
store.dispatch('resetThemeV3Palette')
|
||||
store.dispatch('resetThemeV2')
|
||||
useInterfaceStore().resetThemeV3()
|
||||
useInterfaceStore().resetThemeV3Palette()
|
||||
useInterfaceStore().resetThemeV2()
|
||||
}
|
||||
|
||||
app.use(vClickOutside)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue