mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-31 08:00:16 -06:00
tweak emoji picker
This commit is contained in:
parent
cb2294b632
commit
490fb3812f
1 changed files with 4 additions and 4 deletions
|
@ -296,19 +296,19 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
emojiPickerScale: {
|
||||
where: 'device',
|
||||
default: 1,
|
||||
default: 2,
|
||||
},
|
||||
emojiPickerWidth: {
|
||||
where: 'device',
|
||||
default: 1,
|
||||
default: 4,
|
||||
},
|
||||
emojiPickerHeight: {
|
||||
where: 'device',
|
||||
default: 2,
|
||||
default: 4,
|
||||
},
|
||||
emojiPickerStyle: {
|
||||
where: 'device',
|
||||
default: 'auto' as 'auto' | 'popup' | 'drawer',
|
||||
default: 'popup' as 'auto' | 'popup' | 'drawer',
|
||||
},
|
||||
recentlyUsedEmojis: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in a new issue