1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-01 00:08:31 +09:00

デフォルト設定の変更

This commit is contained in:
NoriDev 2023-06-08 02:16:51 +09:00
parent 4ef62189b7
commit 32c31da489

View File

@ -112,10 +112,10 @@ export const defaultStore = markRaw(new Storage('base', {
default: [ default: [
'notifications', 'notifications',
'messaging', 'messaging',
'favorites',
'followRequests',
'explore', 'explore',
'search', 'search',
'favorites',
'followRequests',
], ],
}, },
visibility: { visibility: {
@ -240,15 +240,15 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
reactionPickerSize: { reactionPickerSize: {
where: 'device', where: 'device',
default: 1, default: 3,
}, },
reactionPickerWidth: { reactionPickerWidth: {
where: 'device', where: 'device',
default: 1, default: 2,
}, },
reactionPickerHeight: { reactionPickerHeight: {
where: 'device', where: 'device',
default: 2, default: 3,
}, },
reactionPickerUseDrawerForMobile: { reactionPickerUseDrawerForMobile: {
where: 'device', where: 'device',