mirror of https://github.com/keeweb/keeweb
Emit 'launcher-minimize' event on 'hide' too
parent
f0f0738576
commit
c3156b8a5f
|
@ -138,6 +138,9 @@ function createMainWindow() {
|
|||
mainWindow.on('minimize', () => {
|
||||
emitBackboneEvent('launcher-minimize');
|
||||
});
|
||||
mainWindow.on('hide', () => {
|
||||
emitBackboneEvent('launcher-minimize');
|
||||
});
|
||||
restoreMainWindowPosition();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue