This commit is contained in:
syuilo 2023-05-14 20:32:08 +09:00
parent d36e44bc57
commit 86f952e659

View file

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