database upgrade fixes

This commit is contained in:
Natsumi
2025-10-20 14:08:07 +11:00
parent 97ef396ec9
commit f86c3756f4
3 changed files with 40 additions and 16 deletions

View File

@@ -885,7 +885,6 @@ export const useAuthStore = defineStore('Auth', () => {
await database.initUserTables(userStore.currentUser.id);
watchState.isLoggedIn = true;
AppApi.CheckGameRunning(); // restore state from hot-reload
vrcxStore.updateDatabaseVersion();
}
return {