mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
Calendar isFollowing button
This commit is contained in:
@@ -277,7 +277,18 @@
|
||||
}
|
||||
|
||||
async function deleteAllVRChatCache() {
|
||||
await AssetBundleManager.DeleteAllCache();
|
||||
try {
|
||||
await AssetBundleManager.DeleteAllCache();
|
||||
ElMessage({
|
||||
message: 'All VRChat cache deleted',
|
||||
type: 'success'
|
||||
});
|
||||
} catch (error) {
|
||||
ElMessage({
|
||||
message: `Error deleting VRChat cache: ${error.message}`,
|
||||
type: 'error'
|
||||
});
|
||||
}
|
||||
getVRChatCacheSize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user