fix font overrides
This commit is contained in:
parent
e202f18720
commit
54298927da
3 changed files with 7 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
:id="name + '-o'"
|
||||
class="font-checkbox setting-control setting-label"
|
||||
:model-value="present"
|
||||
@change="$emit('update:modelValue', typeof modelValue === 'undefined' ? fallback : undefined)"
|
||||
@change="$emit('update:modelValue', modelValue == null ? fallback : null)"
|
||||
>
|
||||
<LocalSettingIndicator />
|
||||
{{ ' ' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue