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

View File

@@ -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();