mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Mark macOS as false
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
9953bc3b22
commit
5f15ee4ea5
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user