fix font overrides

This commit is contained in:
Henry Jameson 2026-03-25 11:56:09 +02:00
commit 54298927da
3 changed files with 7 additions and 6 deletions

View file

@ -27,6 +27,7 @@ export default {
},
emits: ['update:modelValue'],
data() {
console.log(this.fallback)
return {
manualEntry: false,
availableOptions: [
@ -45,7 +46,7 @@ export default {
},
computed: {
present() {
return typeof this.modelValue !== 'undefined'
return this.modelValue != null
},
localFontsList() {
return useInterfaceStore().localFonts