mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-20 14:50:41 +01:00
Fix more formatting
This commit is contained in:
parent
2ef3c8c1ab
commit
0d00f3ea6c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user