1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 05:34:27 +02:00

tweak client

This commit is contained in:
syuilo
2022-03-04 16:26:21 +09:00
parent 271854e345
commit 5448ed643e
2 changed files with 6 additions and 7 deletions

View File

@@ -68,11 +68,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'deviceAccount',
default: [
'notifications',
'messaging',
'favorites',
'drive',
'followRequests',
'-',
'gallery',
'featured',
'explore',
'announcements',
@@ -192,7 +191,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
reactionPickerHeight: {
where: 'device',
default: 1
default: 2
},
reactionPickerUseDrawerForMobile: {
where: 'device',