Implemented functionality to have the UI be able to communicate with the backend

This commit is contained in:
2025-11-12 20:00:25 +01:00
parent 449255dda1
commit fbd5368223
3 changed files with 11 additions and 2 deletions
+3
View File
@@ -74,3 +74,6 @@ function createWindow() {
electron.app.whenReady().then(createWindow);
electron.ipcMain.on("extract", (event, args) => {
console.log(args);
})