Use getSpellCheckLanguages() instead of a setting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
4961037dbe
commit
8cf2ab436d
1 changed files with 4 additions and 0 deletions
|
@ -504,6 +504,10 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async getSpellCheckLanguages(): Promise<string[]> {
|
||||||
|
return this._ipcCall('getSpellCheckLanguages');
|
||||||
|
}
|
||||||
|
|
||||||
async getAvailableSpellCheckLanguages(): Promise<string[]> {
|
async getAvailableSpellCheckLanguages(): Promise<string[]> {
|
||||||
return this._ipcCall('getAvailableSpellCheckLanguages');
|
return this._ipcCall('getAvailableSpellCheckLanguages');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue