mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-19 07:54:59 +01:00
Fix formatting
This commit is contained in:
parent
e373c03b2a
commit
2ef3c8c1ab
@ -387,8 +387,7 @@ ipcMain.on('ipcCall', async function(ev, payload) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'setSpellCheckLanguages':
|
case 'setSpellCheckLanguages':
|
||||||
if (args[0] && args[0] != [])
|
if (args[0] && args[0] != []) {
|
||||||
{
|
|
||||||
mainWindow.webContents.session.setSpellCheckerLanguages(args[0]);
|
mainWindow.webContents.session.setSpellCheckerLanguages(args[0]);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user