fix checkboxes, specifically the NSFW one

This commit is contained in:
Henry Jameson 2022-03-24 11:41:39 +02:00
parent 9793002070
commit 4539feed40
9 changed files with 14 additions and 17 deletions

View file

@ -110,7 +110,7 @@
</template>
</Popover>
<Checkbox :checked="!!expertLevel" @change="expertLevel = Number($event)">
<Checkbox :modelValue="!!expertLevel" @update:modelValue="expertLevel = Number($event)">
{{ $t("settings.expert_mode") }}
</Checkbox>
</div>