mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
More debug
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user