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: {
|
autocorrectNoteLanguage: {
|
||||||
where: "account",
|
where: "account",
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
foldNotification: {
|
foldNotification: {
|
||||||
where: "deviceAccount",
|
where: "deviceAccount",
|
||||||
|
|
Loading…
Reference in a new issue