More debug

This commit is contained in:
Natsumi
2025-10-22 22:04:07 +11:00
parent 6af467b050
commit df9c062092
3 changed files with 3 additions and 1 deletions

View File

@@ -297,7 +297,7 @@ export const useUserStore = defineStore('User', () => {
const cachedUsers = new Map();
const isLocalUserVrcPlusSupporter = computed(
() => currentUser.value.$isVRCPlus
() => currentUser.value.$isVRCPlus || AppDebug.debugVrcPlus
);
watch(