Mark macOS as false
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -328,6 +328,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||||||
* spell-checking, otherwise false.
|
* spell-checking, otherwise false.
|
||||||
*/
|
*/
|
||||||
supportsMultiLanguageSpellCheck(): boolean {
|
supportsMultiLanguageSpellCheck(): boolean {
|
||||||
|
if (isMac) return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user