enhance(frontend): リアクションの表示サイズをより大きくできるように
This commit is contained in:
parent
55d392818c
commit
295665a177
6 changed files with 37 additions and 18 deletions
|
|
@ -316,9 +316,9 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
largeNoteReactions: {
|
||||
reactionsDisplaySize: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: 'medium' as 'small' | 'medium' | 'large',
|
||||
},
|
||||
forceShowAds: {
|
||||
where: 'device',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue