refactor(editor): Detangle versions store from settings store (no-changelog) (#16508)

This commit is contained in:
Alex Grozav
2025-06-20 15:39:47 +03:00
committed by GitHub
parent e413af46ce
commit c59f388321
5 changed files with 6 additions and 6 deletions

View File

@@ -66,6 +66,8 @@ export async function initializeCore() {
banners,
});
versionsStore.initialize(settingsStore.settings.versionNotifications);
void useExternalHooks().run('app.mount');
if (!settingsStore.isPreviewMode) {