mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-24 07:06:26 +09:00
デフォルト設定の変更
This commit is contained in:
parent
4ef62189b7
commit
32c31da489
@ -112,10 +112,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
default: [
|
||||
'notifications',
|
||||
'messaging',
|
||||
'favorites',
|
||||
'followRequests',
|
||||
'explore',
|
||||
'search',
|
||||
'favorites',
|
||||
'followRequests',
|
||||
],
|
||||
},
|
||||
visibility: {
|
||||
@ -240,15 +240,15 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
reactionPickerSize: {
|
||||
where: 'device',
|
||||
default: 1,
|
||||
default: 3,
|
||||
},
|
||||
reactionPickerWidth: {
|
||||
where: 'device',
|
||||
default: 1,
|
||||
default: 2,
|
||||
},
|
||||
reactionPickerHeight: {
|
||||
where: 'device',
|
||||
default: 2,
|
||||
default: 3,
|
||||
},
|
||||
reactionPickerUseDrawerForMobile: {
|
||||
where: 'device',
|
||||
|
Loading…
Reference in New Issue
Block a user