mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
Move download history button
This commit is contained in:
@@ -11417,6 +11417,10 @@ speechSynthesis.getVoices();
|
||||
} else {
|
||||
AppApi.ChangeTheme(0);
|
||||
}
|
||||
var dateObj = new Date();
|
||||
if (dateObj.getMonth() === 3 && dateObj.getDate() === 1) {
|
||||
AppApi.DoFunny();
|
||||
}
|
||||
window
|
||||
.matchMedia('(prefers-color-scheme: dark)')
|
||||
.addEventListener('change', (e) => {
|
||||
|
||||
@@ -1126,10 +1126,6 @@ html
|
||||
el-dropdown-item(v-if="voice" v-for="(voice, index) in TTSvoices" :key="index" v-text="voice.name" :command="index")
|
||||
div.options-container
|
||||
span.header VRChat Cache Management
|
||||
br
|
||||
div.options-container-item
|
||||
el-button(size="small" icon="el-icon-download" @click="showDownloadDialog") Download History
|
||||
br
|
||||
span.sub-header Automatically Manage Cache When Closing VRChat
|
||||
div.options-container-item
|
||||
span.name(style="min-width:300px") Auto delete old versions from cache
|
||||
@@ -1218,6 +1214,7 @@ html
|
||||
el-button(size="small" icon="el-icon-delete-solid" @click="clearVRCXCache") Clear Cache
|
||||
el-button(size="small" icon="el-icon-time" @click="promptAutoClearVRCXCacheFrequency") Auto Clear Cache
|
||||
div.options-container-item
|
||||
el-button(size="small" icon="el-icon-download" @click="showDownloadDialog") Download History
|
||||
el-button(size="small" icon="el-icon-tickets" @click="showConsole") Show Console
|
||||
div.options-container
|
||||
span.sub-header SQLite Table Size
|
||||
|
||||
Reference in New Issue
Block a user