Fix formatting

This commit is contained in:
Šimon Brandner 2020-12-01 20:22:51 +01:00
parent e373c03b2a
commit 2ef3c8c1ab

View file

@ -387,8 +387,7 @@ ipcMain.on('ipcCall', async function(ev, payload) {
}
break;
case 'setSpellCheckLanguages':
if (args[0] && args[0] != [])
{
if (args[0] && args[0] != []) {
mainWindow.webContents.session.setSpellCheckerLanguages(args[0]);
}
else {