Merge branch 'refactor-mkselect' of https://github.com/kakkokari-gtyih/misskey into refactor-mkselect

This commit is contained in:
kakkokari-gtyih 2025-09-13 18:41:22 +09:00
commit a8aeddfaf4
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ const {
{ value: 'light', label: i18n.ts.light }, { value: 'light', label: i18n.ts.light },
{ value: 'dark', label: i18n.ts.dark }, { value: 'dark', label: i18n.ts.dark },
], ],
initialValue: 'auto', initialValue: props.params?.colorMode ?? 'auto',
}); });
const rounded = ref(props.params?.rounded ?? true); const rounded = ref(props.params?.rounded ?? true);