chore (client): don't "auto correct" post language by default
This commit is contained in:
parent
76b13797a7
commit
2e78bde9b8
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ export const defaultStore = markRaw(
|
|||
},
|
||||
autocorrectNoteLanguage: {
|
||||
where: "account",
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
foldNotification: {
|
||||
where: "deviceAccount",
|
||||
|
|
Loading…
Reference in a new issue