mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
style and i18n adjust
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
|
||||
<FieldGroup class="gap-4">
|
||||
<SimpleSwitch
|
||||
:label="t('view.settings.general.automation.auto_change_status')"
|
||||
:label="t('view.settings.general.automation.auto_change_status_switch')"
|
||||
:value="autoStateChangeEnabled"
|
||||
:tooltip="t('view.settings.general.automation.auto_state_change_tooltip')"
|
||||
:tooltip="t('view.settings.general.automation.auto_state_change_switch_tooltip')"
|
||||
@change="setAutoStateChangeEnabled" />
|
||||
|
||||
<Field>
|
||||
|
||||
Reference in New Issue
Block a user