fix: removed macos window minimize event handler
This commit is contained in:
parent
902341bc1d
commit
1ff8fe0c2e
@ -171,11 +171,6 @@ export class WindowService {
|
||||
mainWindow.hide()
|
||||
}
|
||||
})
|
||||
|
||||
mainWindow.on('minimize', (event) => {
|
||||
event.preventDefault()
|
||||
mainWindow.hide()
|
||||
})
|
||||
}
|
||||
|
||||
public showMainWindow() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user