mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 22:36:05 +02:00
Remove auto launch soft close
This commit is contained in:
@@ -46,7 +46,6 @@ export const useWorldStore = defineStore('World', () => {
|
||||
avatarScalingDisabled: false,
|
||||
focusViewDisabled: false,
|
||||
rooms: [],
|
||||
treeData: {},
|
||||
bundleSizes: {},
|
||||
lastUpdated: '',
|
||||
inCache: false,
|
||||
@@ -94,7 +93,6 @@ export const useWorldStore = defineStore('World', () => {
|
||||
L.shortName = shortName;
|
||||
D.id = L.worldId;
|
||||
D.$location = L;
|
||||
D.treeData = {};
|
||||
D.bundleSizes = {};
|
||||
D.lastUpdated = '';
|
||||
D.loading = true;
|
||||
|
||||
Reference in New Issue
Block a user