Merge branch 'refactor-mkselect' of https://github.com/kakkokari-gtyih/misskey into refactor-mkselect
This commit is contained in:
commit
a8aeddfaf4
|
@ -169,7 +169,7 @@ const {
|
|||
{ value: 'light', label: i18n.ts.light },
|
||||
{ value: 'dark', label: i18n.ts.dark },
|
||||
],
|
||||
initialValue: 'auto',
|
||||
initialValue: props.params?.colorMode ?? 'auto',
|
||||
});
|
||||
|
||||
const rounded = ref(props.params?.rounded ?? true);
|
||||
|
|
Loading…
Reference in New Issue