mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Small fixes
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
const { canOpenInstanceInGame } = useInviteStore();
|
||||
const { canOpenInstanceInGame } = storeToRefs(useInviteStore());
|
||||
const { tryOpenInstanceInVrc } = useLaunchStore();
|
||||
|
||||
const { isOpeningInstance } = storeToRefs(useLaunchStore());
|
||||
|
||||
Reference in New Issue
Block a user