This commit is contained in:
syuilo 2023-05-15 11:03:18 +09:00
parent 86f952e659
commit c066013c57

View file

@ -343,7 +343,7 @@ if ($i) {
// only add post shortcuts if logged in
hotkeys['p|n'] = post;
defaultStore.ready.then(() => {
defaultStore.loaded.then(() => {
if (defaultStore.state.accountSetupWizard !== -1) {
popup(defineAsyncComponent(() => import('@/components/MkUserSetupDialog.vue')), {}, {}, 'closed');
}