From 17479be27a7bff682b507d15c3f391f75f5818d9 Mon Sep 17 00:00:00 2001 From: MikeHughes-BIN Date: Sun, 18 Jan 2026 18:18:36 +0100 Subject: [PATCH] Remove duplicated file_download event handler from ipcMain --- main.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/main.js b/main.js index cebd6b1..13cb161 100644 --- a/main.js +++ b/main.js @@ -316,16 +316,6 @@ electron.ipcMain.on("file_download", async (event) => { } }); -electron.ipcMain.on("file_download", async () => { - await mapFunctions - .get("htmlDocumentConverter") - .convert({ - inputPath: globalFinalHtmlPath, - format: globalArgs.document.outputType, - showDialog: true, - }); -}); - electron.ipcMain.on("speaker_submit", async (event, args) => { console.log("\n\n\nJa also hier kam was an \n\n\n"); console.log(args);