mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 13:36:04 +02:00
fix
This commit is contained in:
+2
-2
@@ -103,7 +103,7 @@ export const useWorldStore = defineStore('World', () => {
|
||||
D.treeData = {};
|
||||
D.bundleSizes = [];
|
||||
D.lastUpdated = '';
|
||||
D.visible = true;
|
||||
D.visible = false;
|
||||
D.loading = true;
|
||||
D.inCache = false;
|
||||
D.cacheSize = '';
|
||||
@@ -217,7 +217,7 @@ export const useWorldStore = defineStore('World', () => {
|
||||
});
|
||||
}
|
||||
}
|
||||
return args;
|
||||
D.visible = true;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user