mirror of https://github.com/vector-im/riot-web
Mark macOS as false
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/15851/head
parent
9953bc3b22
commit
5f15ee4ea5
|
@ -328,6 +328,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||
* spell-checking, otherwise false.
|
||||
*/
|
||||
supportsMultiLanguageSpellCheck(): boolean {
|
||||
if (isMac) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue