more local settings

This commit is contained in:
Henry Jameson 2026-03-15 19:08:02 +02:00
commit d0fb8bcf85
7 changed files with 23 additions and 10 deletions

View file

@ -28,7 +28,6 @@ export default {
'fallback',
'options',
'no-inherit',
'isLocal',
],
mounted() {
useInterfaceStore().queryLocalFonts()

View file

@ -8,7 +8,7 @@
:model-value="present"
@change="$emit('update:modelValue', typeof modelValue === 'undefined' ? fallback : undefined)"
>
<LocalSettingIndicator :is-local="isLocal" />
<LocalSettingIndicator />
{{ ' ' }}
<i18n-t
scope="global"