forked from AkkomaGang/akkoma-fe
fix expert mode checkbox not working
This commit is contained in:
parent
1187727b60
commit
4cb14c257c
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
||||||
</template>
|
</template>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
|
||||||
<Checkbox v-model="expertLevel">
|
<Checkbox :checked="!!expertLevel" @change="expertLevel = Number($event)">
|
||||||
{{ $t("settings.expert_mode") }}
|
{{ $t("settings.expert_mode") }}
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue