mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-02-20 14:50:41 +01:00
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