mirror of https://github.com/keeweb/keeweb
Merge branch 'lock-on-hide' of https://github.com/EnricoMonese/keeweb into EnricoMonese-lock-on-hide
# Conflicts: # desktop/app.jspull/591/head
commit
cf88eb448f
|
@ -155,6 +155,9 @@ function createMainWindow() {
|
|||
mainWindow.on('enter-full-screen', () => {
|
||||
emitBackboneEvent('enter-full-screen');
|
||||
});
|
||||
mainWindow.on('hide', () => {
|
||||
emitBackboneEvent('launcher-minimize');
|
||||
});
|
||||
restoreMainWindowPosition();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue