diff --git a/app/lib/window.ts b/app/lib/window.ts index 7db05ebb..a73386b1 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -460,7 +460,7 @@ export class Window { this.window.on('resize', onBoundsChange) ipcMain.on('window-set-traffic-light-position', (_event, x, y) => { - this.window.setTrafficLightPosition({ x, y }) + this.window.setWindowButtonPosition({ x, y }) }) ipcMain.on('window-set-opacity', (_event, opacity) => {