mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Make desktop toggle switch disabled obvious
y'all stop complaining like some hoes
This commit is contained in:
@@ -710,7 +710,7 @@ html
|
||||
div.options-container-item
|
||||
span.name When to display notifications:
|
||||
br
|
||||
toggle-switch(:options="desktopToastToggleSwitchOption" group="desktopToastToggleSwitchOption" v-model="desktopToast" class="toggle-switch" :disabled="!openVR")
|
||||
toggle-switch(:options="desktopToastToggleSwitchOption" group="desktopToastToggleSwitchOption" v-model="desktopToast" class="toggle-switch" :class="{ 'disableToggleSwitch': !openVR }" :disabled="!openVR")
|
||||
br
|
||||
span.sub-header TTS Options
|
||||
div.options-container-item
|
||||
|
||||
Reference in New Issue
Block a user