mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Remove notification for successful file download in ipcMain handler
This commit is contained in:
@@ -252,11 +252,6 @@ electron.ipcMain.on("file_download", async (event) => {
|
|||||||
format
|
format
|
||||||
});
|
});
|
||||||
|
|
||||||
new Notification({
|
|
||||||
title: "Erfolgreich gespeichert",
|
|
||||||
body: `Dokument gespeichert als .${format}`
|
|
||||||
}).show();
|
|
||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error("file_download failed:", err);
|
console.error("file_download failed:", err);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user