mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
Feed limits and cache management
This commit is contained in:
@@ -938,6 +938,20 @@ html
|
||||
el-switch(v-model="youTubeApi" @change="changeYouTubeApi")
|
||||
div.options-container-item
|
||||
el-button(size="small" icon="el-icon-caret-right" @click="showYouTubeApiDialog") YouTube API Key
|
||||
div.options-container
|
||||
span.header VRCX Cache/Debug
|
||||
div.options-container-item
|
||||
span.name User cache: #[span(v-text="API.cachedUsers.size")]
|
||||
div.options-container-item
|
||||
span.name World cache: #[span(v-text="API.cachedWorlds.size")]
|
||||
div.options-container-item
|
||||
span.name Avatar cache: #[span(v-text="API.cachedAvatars.size")]
|
||||
div.options-container-item
|
||||
span.name Avatar Name cache: #[span(v-text="API.cachedAvatarNames.size")]
|
||||
div.options-container-item
|
||||
el-button(size="small" icon="el-icon-delete-solid" @click="clearVRCXCache") Clear Cache
|
||||
div.options-container-item
|
||||
el-button(size="small" icon="el-icon-tickets" @click="showConsole") Show Console
|
||||
div.options-container(style="margin-top:45px;border-top:1px solid #eee;padding-top:30px")
|
||||
span.header Legal Notice
|
||||
div.options-container-item
|
||||
|
||||
Reference in New Issue
Block a user