From 2e78bde9b83c78ff3a53ef1c2c43dc684023ad4b Mon Sep 17 00:00:00 2001 From: naskya Date: Sun, 7 Jul 2024 04:51:34 +0900 Subject: [PATCH] chore (client): don't "auto correct" post language by default --- packages/client/src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index c1b26136cb..ca0fb91c5d 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -455,7 +455,7 @@ export const defaultStore = markRaw( }, autocorrectNoteLanguage: { where: "account", - default: true, + default: false, }, foldNotification: { where: "deviceAccount",