Make desktop toggle switch disabled obvious

y'all stop complaining like some hoes
This commit is contained in:
Natsumi
2021-02-10 22:40:41 +13:00
parent ee61fc455e
commit 074d7a9609
4 changed files with 12 additions and 5 deletions

View File

@@ -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