From aab487f17f98505fa56a4a1a40de352306906397 Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Tue, 24 Oct 2023 20:05:55 +0900 Subject: [PATCH] Make it default on --- packages/frontend/src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 53d8848dbb..8cef47cce9 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -371,6 +371,7 @@ export const defaultStore = markRaw(new Storage('base', { }, showUnreadNotificationCount: { where: 'deviceAccount', + default: true, }, }));