mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
Bug fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user