Fix more formatting

This commit is contained in:
Šimon Brandner 2020-12-01 20:27:09 +01:00
parent 2ef3c8c1ab
commit 0d00f3ea6c

View file

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