mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:43:09 +02: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