From 32c31da4896869a39a5e48f2d99f453a53223eff Mon Sep 17 00:00:00 2001 From: NoriDev Date: Thu, 8 Jun 2023 02:16:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/store.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 43f621142f..072d65a55b 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -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',