mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
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>
|
||||
</Popover>
|
||||
|
||||
<Checkbox v-model="expertLevel">
|
||||
<Checkbox :checked="!!expertLevel" @change="expertLevel = Number($event)">
|
||||
{{ $t("settings.expert_mode") }}
|
||||
</Checkbox>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue