mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
More debug
This commit is contained in:
@@ -13,6 +13,7 @@ const AppDebug = reactive({
|
|||||||
debugWebRequests: false,
|
debugWebRequests: false,
|
||||||
debugFriendState: false,
|
debugFriendState: false,
|
||||||
debugIPC: false,
|
debugIPC: false,
|
||||||
|
debugVrcPlus: false,
|
||||||
errorNoty: null,
|
errorNoty: null,
|
||||||
dontLogMeOut: false,
|
dontLogMeOut: false,
|
||||||
endpointDomain: 'https://api.vrchat.cloud/api/1',
|
endpointDomain: 'https://api.vrchat.cloud/api/1',
|
||||||
|
|||||||
+1
-1
@@ -297,7 +297,7 @@ export const useUserStore = defineStore('User', () => {
|
|||||||
const cachedUsers = new Map();
|
const cachedUsers = new Map();
|
||||||
|
|
||||||
const isLocalUserVrcPlusSupporter = computed(
|
const isLocalUserVrcPlusSupporter = computed(
|
||||||
() => currentUser.value.$isVRCPlus
|
() => currentUser.value.$isVRCPlus || AppDebug.debugVrcPlus
|
||||||
);
|
);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|||||||
Vendored
+1
@@ -84,6 +84,7 @@ declare global {
|
|||||||
debugWebRequests: boolean;
|
debugWebRequests: boolean;
|
||||||
debugFriendState: boolean;
|
debugFriendState: boolean;
|
||||||
debugIPC: boolean;
|
debugIPC: boolean;
|
||||||
|
debugVrcPlus: boolean;
|
||||||
errorNoty: any;
|
errorNoty: any;
|
||||||
dontLogMeOut: boolean;
|
dontLogMeOut: boolean;
|
||||||
endpointDomain: string;
|
endpointDomain: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user