mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
feat: kill install process after exiting game (#864)
* feat: kill install process after exiting game * Restore en.json * fix some key incorrect * gui: update for VRChat OSC Fix * fix: may incorrectly kill unrelated processes * fix: pattern incorrect
This commit is contained in:
@@ -443,6 +443,11 @@ mixin settingsTab()
|
||||
div.options-container-item
|
||||
span.name(style="min-width:300px") {{ $t('view.settings.advanced.advanced.vrchat_quit_fix.description') }}
|
||||
el-switch(v-model="vrcQuitFix" @change="saveOpenVROption")
|
||||
//- Advanced | VRChat OSC Fix
|
||||
span.sub-header {{ $t('view.settings.advanced.advanced.vrchat_osc_fix.header') }}
|
||||
div.options-container-item
|
||||
span.name(style="min-width:300px") {{ $t('view.settings.advanced.advanced.vrchat_osc_fix.description') }}
|
||||
el-switch(v-model="vrcOSCFix" @change="saveOpenVROption")
|
||||
//- Advanced | Auto Cache Management
|
||||
span.sub-header {{ $t('view.settings.advanced.advanced.auto_cache_management.header') }}
|
||||
div.options-container-item
|
||||
|
||||
Reference in New Issue
Block a user