only show interface after theme has been applied

This commit is contained in:
Henry Jameson 2024-04-03 22:52:12 +03:00
commit 9806eea12e
5 changed files with 7 additions and 5 deletions

View file

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