fix merge failure

This commit is contained in:
kakkokari-gtyih 2025-03-16 14:18:43 +09:00
parent 859fc943af
commit ea7b27f912
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ export const PREF_DEF = {
default: 3, default: 3,
}, },
emojiPickerStyle: { emojiPickerStyle: {
default: 'auto' as 'auto' | 'popup' | 'drawer' | 'window',
},
reactionPickerStyle: {
default: 'auto' as 'auto' | 'popup' | 'drawer', default: 'auto' as 'auto' | 'popup' | 'drawer',
}, },
squareAvatars: { squareAvatars: {