mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
fix change autoUpdateVRCX
This commit is contained in:
@@ -39,7 +39,7 @@ mixin settingsTab
|
|||||||
.options-container-item
|
.options-container-item
|
||||||
span.name {{ $t('view.settings.general.vrcx_updater.update_action') }}
|
span.name {{ $t('view.settings.general.vrcx_updater.update_action') }}
|
||||||
br
|
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='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='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') }}
|
el-radio-button(label='Auto Download') {{ $t('view.settings.general.vrcx_updater.auto_update_download') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user