Bug fixes

This commit is contained in:
Natsumi
2025-04-18 22:29:54 +10:00
parent ef7f33e131
commit c17b6f2f3a
7 changed files with 26 additions and 12 deletions

View File

@@ -13572,7 +13572,7 @@ console.log(`isLinux: ${LINUX}`);
$app.methods.getVRChatCacheSize = async function () {
this.VRChatCacheSizeLoading = true;
var totalCacheSize = 20;
var totalCacheSize = 30;
this.VRChatTotalCacheSize = totalCacheSize;
var usedCacheSize = await AssetBundleManager.GetCacheSize();
this.VRChatUsedCacheSize = (usedCacheSize / 1073741824).toFixed(2);