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

@ -58,6 +58,7 @@
<FontControl
:model-value="mergedConfig.theme3hacks.fonts.post"
name="post"
:is-local="true"
:fallback="{ family: 'inherit' }"
:label="$t('settings.style.fonts.components.post')"
@update:model-value="v => updateFont('post', v)"
@ -66,6 +67,7 @@
<li>
<FontControl
:model-value="mergedConfig.theme3hacks.fonts.monospace"
:is-local="true"
name="postCode"
:fallback="{ family: 'monospace' }"
:label="$t('settings.style.fonts.components.monospace')"