only show interface after theme has been applied
This commit is contained in:
parent
e8159164e3
commit
9806eea12e
5 changed files with 7 additions and 5 deletions
|
|
@ -363,6 +363,7 @@ const afterStoreSetup = async ({ store, i18n }) => {
|
|||
} else {
|
||||
applyTheme(customTheme)
|
||||
}
|
||||
store.commit('setThemeApplied')
|
||||
} else if (theme) {
|
||||
// do nothing, it will load asynchronously
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue