fix checkboxes, specifically the NSFW one
This commit is contained in:
parent
9793002070
commit
4539feed40
9 changed files with 14 additions and 17 deletions
|
@ -4,9 +4,9 @@
|
|||
class="BooleanSetting"
|
||||
>
|
||||
<Checkbox
|
||||
:checked="state"
|
||||
:modelValue="state"
|
||||
:disabled="disabled"
|
||||
@change="update"
|
||||
@update:modelValue="update"
|
||||
>
|
||||
<span
|
||||
v-if="!!$slots.default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue