From c066013c5723587ecadb20ff1bfd9397af85647a Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Mon, 15 May 2023 11:03:18 +0900
Subject: [PATCH] fix #10850 ?

---
 packages/frontend/src/init.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/init.ts b/packages/frontend/src/init.ts
index 17ebb6bdd7..763b6d44b0 100644
--- a/packages/frontend/src/init.ts
+++ b/packages/frontend/src/init.ts
@@ -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');
 		}