mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
Split component, improve UI, fix and refactor (#1162)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
mixin settingsTab
|
||||
.x-container(v-if='$refs.menu && $refs.menu.activeIndex === "settings"')
|
||||
.x-container(v-if='menuActiveIndex === "settings"')
|
||||
.options-container(style='margin-top: 0; padding: 5px')
|
||||
span.header {{ $t('view.settings.header') }}
|
||||
el-tabs(type='card' style='height: calc(100% - 51px)')
|
||||
|
||||
Reference in New Issue
Block a user