mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-27 13:31:31 +01:00
Added getAvailableSpellCheckLanguages() method
This commit is contained in:
parent
3419140bee
commit
a8a422105b
@ -496,6 +496,10 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||
});
|
||||
}
|
||||
|
||||
async getAvailableSpellCheckLanguages(): Promise<string[]> {
|
||||
return this._ipcCall('getAvailableSpellCheckLanguages');
|
||||
}
|
||||
|
||||
getSSOCallbackUrl(fragmentAfterLogin: string): URL {
|
||||
const url = super.getSSOCallbackUrl(fragmentAfterLogin);
|
||||
url.protocol = "element";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user