[MM-33112] Add support for multiple custom spellchecking languages (#1743)
* [MM-33112] Add support for multiple custom spellchecking languages * Styles and other formatting * Type and lint fixes * Update wording
This commit is contained in:
@@ -34,7 +34,7 @@ export type ConfigV3 = {
|
||||
useSpellChecker: boolean;
|
||||
enableHardwareAcceleration: boolean;
|
||||
autostart: boolean;
|
||||
spellCheckerLocale: string;
|
||||
spellCheckerLocales: string[];
|
||||
darkMode: boolean;
|
||||
downloadLocation: string;
|
||||
spellCheckerURL?: string;
|
||||
|
Reference in New Issue
Block a user