summaryrefslogtreecommitdiff
path: root/packages/frontend/src/store.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-10 17:16:50 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-10 17:16:50 +0900
commit295665a177985e1f7c460e1de23b3d8a96afb2b0 (patch)
tree33a87f4c3d2a46088f001fa31e8928921686f168 /packages/frontend/src/store.ts
parentenhance(frontend): add Ui:C:postForm to play (diff)
downloadmisskey-295665a177985e1f7c460e1de23b3d8a96afb2b0.tar.gz
misskey-295665a177985e1f7c460e1de23b3d8a96afb2b0.tar.bz2
misskey-295665a177985e1f7c460e1de23b3d8a96afb2b0.zip
enhance(frontend): リアクションの表示サイズをより大きくできるように
Diffstat (limited to 'packages/frontend/src/store.ts')
-rw-r--r--packages/frontend/src/store.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts
index 2b7a16b6bb..787a584f83 100644
--- a/packages/frontend/src/store.ts
+++ b/packages/frontend/src/store.ts
@@ -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',