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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user