tabs support + cleanup
This commit is contained in:
parent
8a21594dbc
commit
879f520b75
9 changed files with 74 additions and 14 deletions
|
|
@ -359,7 +359,6 @@ const afterStoreSetup = async ({ store, i18n }) => {
|
|||
const { theme } = store.state.instance
|
||||
const customThemePresent = customThemeSource || customTheme
|
||||
|
||||
console.log({ ...customThemeSource }, { ...customTheme })
|
||||
if (customThemePresent) {
|
||||
if (customThemeSource && customThemeSource.themeEngineVersion === CURRENT_VERSION) {
|
||||
applyTheme(customThemeSource)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue