mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 06:06:43 -06:00
tweak emoji picker
This commit is contained in:
parent
bfb84ad16e
commit
94df6b3d7d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
emojiPickerStyle: {
|
||||
where: 'device',
|
||||
default: 'popup' as 'auto' | 'popup' | 'drawer',
|
||||
default: 'auto' as 'auto' | 'popup' | 'drawer',
|
||||
},
|
||||
recentlyUsedEmojis: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in a new issue