mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
fix change autoUpdateVRCX
This commit is contained in:
@@ -39,7 +39,7 @@ mixin settingsTab
|
||||
.options-container-item
|
||||
span.name {{ $t('view.settings.general.vrcx_updater.update_action') }}
|
||||
br
|
||||
el-radio-group(v-model='autoUpdateVRCX' size='mini' style='margin-top: 5px')
|
||||
el-radio-group(v-model='autoUpdateVRCX' size='mini' style='margin-top: 5px' @input='saveAutoUpdateVRCX')
|
||||
el-radio-button(label='Off') {{ $t('view.settings.general.vrcx_updater.auto_update_off') }}
|
||||
el-radio-button(label='Notify') {{ $t('view.settings.general.vrcx_updater.auto_update_notify') }}
|
||||
el-radio-button(label='Auto Download') {{ $t('view.settings.general.vrcx_updater.auto_update_download') }}
|
||||
|
||||
Reference in New Issue
Block a user