Fix formatting
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user