mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
Fix file analysis object type
This commit is contained in:
@@ -93,7 +93,7 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
focusViewDisabled: false,
|
||||
inCache: false,
|
||||
cacheSize: '',
|
||||
bundleSizes: [],
|
||||
bundleSizes: {},
|
||||
lastUpdated: ''
|
||||
});
|
||||
|
||||
@@ -172,7 +172,7 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
focusViewDisabled: false,
|
||||
inCache: false,
|
||||
cacheSize: '',
|
||||
bundleSizes: [],
|
||||
bundleSizes: {},
|
||||
lastUpdated: ''
|
||||
};
|
||||
currentInstanceLocation.value = {};
|
||||
@@ -187,7 +187,7 @@ export const useInstanceStore = defineStore('Instance', () => {
|
||||
focusViewDisabled: false,
|
||||
inCache: false,
|
||||
cacheSize: '',
|
||||
bundleSizes: [],
|
||||
bundleSizes: {},
|
||||
lastUpdated: ''
|
||||
};
|
||||
L = parseLocation(instanceId);
|
||||
|
||||
Reference in New Issue
Block a user