mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-25 15:35:12 +00:00
fix #10850 ?
This commit is contained in:
parent
86f952e659
commit
c066013c57
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue