mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17479be27a |
@@ -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) => {
|
electron.ipcMain.on("speaker_submit", async (event, args) => {
|
||||||
console.log("\n\n\nJa also hier kam was an \n\n\n");
|
console.log("\n\n\nJa also hier kam was an \n\n\n");
|
||||||
console.log(args);
|
console.log(args);
|
||||||
|
|||||||
Reference in New Issue
Block a user