fix not defaulting to hardcoded defaults

This commit is contained in:
Henry Jameson 2026-03-16 15:13:48 +02:00
commit 18b10ea042
6 changed files with 26 additions and 31 deletions

View file

@ -21,14 +21,7 @@ export default {
Popover,
LocalSettingIndicator,
},
props: [
'name',
'label',
'modelValue',
'fallback',
'options',
'no-inherit',
],
props: ['name', 'label', 'modelValue', 'fallback', 'options', 'no-inherit'],
mounted() {
useInterfaceStore().queryLocalFonts()
},