more settings made local-only

This commit is contained in:
Henry Jameson 2026-03-06 13:33:28 +02:00
commit eb7cff467e
8 changed files with 24 additions and 3 deletions

View file

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