enhance(frontend): 絵文字ピッカーをドロワー表示するか自由に設定可能に
This commit is contained in:
parent
31988db547
commit
89841e4c9a
7 changed files with 20 additions and 9 deletions
|
|
@ -304,9 +304,9 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: 2,
|
||||
},
|
||||
emojiPickerUseDrawerForMobile: {
|
||||
emojiPickerStyle: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: 'auto' as 'auto' | 'popup' | 'drawer',
|
||||
},
|
||||
recentlyUsedEmojis: {
|
||||
where: 'device',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue