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":[]