From 0e3c3275dd7923d33d93ddd69d45d95f3bc89091 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Tue, 2 Jan 2024 18:48:08 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"enhance(frontend):=20'=EA=B3=84?= =?UTF-8?q?=EC=A0=88=EC=97=90=20=EB=94=B0=EB=A5=B8=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EC=97=B0=EC=B6=9C'=20=EA=B8=B0=EB=8A=A5=EC=9D=84=20=EB=94=94?= =?UTF-8?q?=EB=B0=94=EC=9D=B4=EC=8A=A4=EC=97=90=20=EB=94=B0=EB=9D=BC=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=EC=9C=BC=EB=A1=9C=20=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=ED=95=A8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6c20139acfe75d05c50af3fc6ddf0419625412f5. --- packages/frontend/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index d4a0a6bb6e..87f38daa3d 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -435,7 +435,7 @@ export const defaultStore = markRaw(new Storage('base', { }, enableSeasonalScreenEffect: { where: 'device', - default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), + default: false, }, showUnreadNotificationsCount: { where: 'deviceAccount',