diff --git a/main.js b/main.js index 2512f8c..43bcd44 100644 --- a/main.js +++ b/main.js @@ -252,11 +252,6 @@ electron.ipcMain.on("file_download", async (event) => { format }); - new Notification({ - title: "Erfolgreich gespeichert", - body: `Dokument gespeichert als .${format}` - }).show(); - } catch (err) { console.error("file_download failed:", err);