Fix random bugs

This commit is contained in:
Natsumi
2025-10-21 16:22:42 +11:00
parent 6cf626f14f
commit 5a16cf8d6d
9 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
console.log(`IPC invalid JSON, ${json}`);
return;
}
switch (data.type) {
case 'OnEvent':
if (!gameStore.isGameRunning) {
@@ -367,6 +367,7 @@
useAuthStore,
useAvatarProviderStore,
useAvatarStore,
useGameLogStore,
useGroupStore,
useInstanceStore,
useLaunchStore,
@@ -395,6 +396,7 @@
const { showLaunchOptions } = useLaunchStore();
const { enablePrimaryPasswordChange } = useAuthStore();
const { showConsole, clearVRCXCache, showRegistryBackupDialog } = useVrcxStore();
const { disableGameLogDialog } = useGameLogStore();
const { cachedUsers } = useUserStore();
const { cachedWorlds } = useWorldStore();