diff --git a/src/main/main.ts b/src/main/main.ts index 00840b4..96cf962 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -156,6 +156,6 @@ app }) .catch(console.log); -ipcMain.on('window-move',(args)=>{ +ipcMain.on('window-move',(event,args)=>{ positioner.move(args); })