mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 21:56:19 +02:00
Added getAvailableSpellCheckLanguages case
This commit is contained in:
parent
239bab38ca
commit
107efba6f3
@ -430,6 +430,11 @@ ipcMain.on('ipcCall', async function(ev, payload) {
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case 'getAvailableSpellCheckLanguages':
|
||||
ret = mainWindow.webContents.session.availableSpellCheckerLanguages;
|
||||
break;
|
||||
|
||||
case 'startSSOFlow':
|
||||
recordSSOSession(args[0]);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user