1
0
Fork 0
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:
fly_mc 2024-10-02 12:34:50 +08:00
parent 93b344955c
commit 83e77d241b

View file

@ -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',