We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e83c04 commit f4e9c10Copy full SHA for f4e9c10
src/views/Home.vue
@@ -469,9 +469,11 @@ export default defineComponent({
469
const isCompletedInitialStartup = ref(false);
470
onMounted(async () => {
471
await store.dispatch("GET_ENGINE_INFOS");
472
- await store.dispatch("FETCH_AND_SET_ENGINE_MANIFESTS");
473
474
await store.dispatch("START_WAITING_ENGINE_ALL");
+
475
+ await store.dispatch("FETCH_AND_SET_ENGINE_MANIFESTS");
476
477
await store.dispatch("LOAD_CHARACTER_ALL");
478
await store.dispatch("LOAD_USER_CHARACTER_ORDER");
479
await store.dispatch("LOAD_DEFAULT_STYLE_IDS");
0 commit comments