more local settings
This commit is contained in:
parent
5c42661ca7
commit
d0fb8bcf85
7 changed files with 23 additions and 10 deletions
|
|
@ -28,7 +28,6 @@ export default {
|
|||
'fallback',
|
||||
'options',
|
||||
'no-inherit',
|
||||
'isLocal',
|
||||
],
|
||||
mounted() {
|
||||
useInterfaceStore().queryLocalFonts()
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue