Merge branch 'feature-multi-language-spell-check' of https://github.com/SimonBrandner/element-web into feature-multi-language-spell-check
This commit is contained in:
commit
86d7652d93
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||||
* spell-checking, otherwise false.
|
* spell-checking, otherwise false.
|
||||||
*/
|
*/
|
||||||
supportsMultiLanguageSpellCheck(): boolean {
|
supportsMultiLanguageSpellCheck(): boolean {
|
||||||
|
// Electron uses OS spell checking on macOS, so no need for in-app options
|
||||||
if (isMac) return false;
|
if (isMac) return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue