Sweep VRChat cache function

This commit is contained in:
Natsumi
2021-05-23 01:41:06 +12:00
parent 7c0108cf54
commit 188d4a4972
3 changed files with 53 additions and 1 deletions

View File

@@ -869,6 +869,10 @@ html
div.options-container-item
el-button-group
el-button(size="small" icon="el-icon-download" @click="showDownloadDialog()") Download History
br
div.options-container-item
span.name(style="min-width:250px") Auto sweep cache when closing VRChat
el-switch(v-model="autoSweepVRChatCache")
div.options-container
span.header Application
div.options-container-item
@@ -1523,6 +1527,9 @@ html
span Clear Cache
el-button(type="default" @click="deleteAllVRChatCache" :disabled="isGameRunning" size="small" icon="el-icon-delete" circle style="margin-left:5px")
br
span Delete all old versions from cache
el-button(size="small" style="margin-left:5px" icon="el-icon-folder-delete" @click="sweepVRChatCache()") Sweep Cache
br
div(style="display:inline-block;margin-top:10px" v-for="(item, value) in VRChatConfigList" :key="value")
span(v-text="item.name" style="word-break:keep-all")
|: