mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Fix random bugs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user