tabs support + cleanup

This commit is contained in:
Henry Jameson 2024-02-22 00:02:24 +02:00
commit 879f520b75
9 changed files with 74 additions and 14 deletions

View file

@ -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)