mirror of
https://github.com/eugeny/tabby
synced 2026-09-21 20:46:11 +00:00
fix deprecation
This commit is contained in:
+1
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user