chore (client): don't "auto correct" post language by default

This commit is contained in:
naskya 2024-07-07 04:51:34 +09:00
parent 76b13797a7
commit 2e78bde9b8
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -455,7 +455,7 @@ export const defaultStore = markRaw(
},
autocorrectNoteLanguage: {
where: "account",
default: true,
default: false,
},
foldNotification: {
where: "deviceAccount",