From eb42a1f3775337148ba69635cca4fa66788431e9 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 24 Nov 2025 14:16:10 +0100 Subject: [PATCH] fixed small error --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 8c858c0..0171128 100644 --- a/main.js +++ b/main.js @@ -82,7 +82,7 @@ electron.app.whenReady().then(createWindow); // mainWindow.webContents.send("fuck", "worked uwu") // }, 5000); -ipcMain.handle('get-module-names', async () => { +electron.ipcMain.handle('get-module-names', async () => { let module_array = { "ai_modules":[], "transcription_modules":[]