mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01: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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case 'getAvailableSpellCheckLanguages':
|
||||||
|
ret = mainWindow.webContents.session.availableSpellCheckerLanguages;
|
||||||
|
break;
|
||||||
|
|
||||||
case 'startSSOFlow':
|
case 'startSSOFlow':
|
||||||
recordSSOSession(args[0]);
|
recordSSOSession(args[0]);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user