enhance(client): リアクションピッカーの表示方法を選択できるように
This commit is contained in:
parent
2f8e3559b5
commit
f7c90b58d6
4 changed files with 16 additions and 5 deletions
|
|
@ -178,6 +178,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: 1
|
||||
},
|
||||
reactionPickerUseDrawerForMobile: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
},
|
||||
recentlyUsedEmojis: {
|
||||
where: 'device',
|
||||
default: [] as string[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue