mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 05:26:05 +02:00
JSON tab remove VRCX vars
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@ export const useWorldStore = defineStore('World', () => {
|
||||
avatarScalingDisabled: false,
|
||||
focusViewDisabled: false,
|
||||
rooms: [],
|
||||
treeData: [],
|
||||
treeData: {},
|
||||
bundleSizes: [],
|
||||
lastUpdated: '',
|
||||
inCache: false,
|
||||
@@ -78,7 +78,7 @@ export const useWorldStore = defineStore('World', () => {
|
||||
L.shortName = shortName;
|
||||
D.id = L.worldId;
|
||||
D.$location = L;
|
||||
D.treeData = [];
|
||||
D.treeData = {};
|
||||
D.bundleSizes = [];
|
||||
D.lastUpdated = '';
|
||||
D.visible = true;
|
||||
|
||||
Reference in New Issue
Block a user