fix change autoUpdateVRCX

This commit is contained in:
pa
2025-06-07 22:58:47 +09:00
committed by Natsumi
parent bc8e430d48
commit 98c3e43561

View File

@@ -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') }}