mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Fix auto updater toggle, load friendsList tab much faster
This commit is contained in:
@@ -25,7 +25,7 @@ mixin simpleRadioGroup(nameTrKey, model, options, onChange="")
|
||||
br
|
||||
el-radio-group(v-model=model @change=onChange size="mini")
|
||||
each option in options
|
||||
el-radio-button(label="#{option.label}") {{ $t('#{option.translationKey}') }}
|
||||
el-radio-button(label=option.label) {{ $t('#{option.translationKey}') }}
|
||||
|
||||
mixin settingsTab()
|
||||
.x-container(v-show="$refs.menu && $refs.menu.activeIndex === 'settings'")
|
||||
|
||||
Reference in New Issue
Block a user