forked from CringeStudios/element-desktop
Remove spurious newline
This commit is contained in:
parent
86e372b913
commit
b48d607d61
@ -120,7 +120,6 @@ ipcMain.on('ipcCall', async function(_ev: IpcMainEvent, payload) {
|
||||
|
||||
global.mainWindow.webContents.session.setSpellCheckerEnabled(args[0]);
|
||||
global.store.set("spellCheckerEnabled", args[0]);
|
||||
|
||||
break;
|
||||
|
||||
case 'getSpellCheckEnabled':
|
||||
|
Loading…
x
Reference in New Issue
Block a user