Remove darkToggleDisabled

pull/5110/head
tugcekucukoglu 2024-01-18 16:16:49 +03:00
parent daf38ca8fe
commit 55c68a010b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border">
<span :class="['text-xl font-semibold']">Dark Mode</span>
<InputSwitch :modelValue="darkMode" @update:modelValue="onDarkModeChange" :disabled="darkToggleDisabled" />
<InputSwitch :modelValue="darkMode" @update:modelValue="onDarkModeChange" />
</section>
<section class="py-4 border-bottom-1 surface-border">