mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-07 05:06:38 +02:00
Fix formatting
This commit is contained in:
parent
e373c03b2a
commit
2ef3c8c1ab
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user