fixed small error

This commit is contained in:
2025-11-24 14:16:10 +01:00
parent 0e7b42cb4a
commit eb42a1f377
+1 -1
View File
@@ -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":[]