mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-21 09:46:12 -05:00
tweak emoji picker
This commit is contained in:
parent
93b344955c
commit
83e77d241b
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
reactions: {
|
||||
where: 'account',
|
||||
default: ['👍', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮'],
|
||||
default: ['👍', '❤️', '😆', '🤔', '😮', '🎉', '💢', '😥', '😇', '🍮', '😋', '🥰'],
|
||||
},
|
||||
pinnedEmojis: {
|
||||
where: 'account',
|
||||
|
@ -300,7 +300,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
emojiPickerWidth: {
|
||||
where: 'device',
|
||||
default: 4,
|
||||
default: 2,
|
||||
},
|
||||
emojiPickerHeight: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Add table
Reference in a new issue