chore(deps): Upgrade to Electron v27 (#2388)

This commit is contained in:
Herwig Hochleitner
2024-04-02 18:14:50 +02:00
committed by GitHub
parent ebaf9cf848
commit aa4fb3d08e
4 changed files with 2007 additions and 1127 deletions

View File

@@ -91,11 +91,11 @@ function init (state, options) {
})
win.on('move', debounce(e => {
send('windowBoundsChanged', e.sender.getBounds())
send('windowBoundsChanged', main.win.getBounds())
}, 1000))
win.on('resize', debounce(e => {
send('windowBoundsChanged', e.sender.getBounds())
send('windowBoundsChanged', main.win.getBounds())
}, 1000))
win.on('close', e => {