1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-24 23:26:29 +09:00
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');
}