Merge branch 'EnricoMonese-lock-on-hide' into develop

This commit is contained in:
antelle 2017-03-28 20:19:38 +02:00
commit 09d634c462
2 changed files with 5 additions and 0 deletions

View File

@ -149,6 +149,9 @@ function createMainWindow() {
mainWindow.on('minimize', () => {
emitBackboneEvent('launcher-minimize');
});
mainWindow.on('hide', () => {
emitBackboneEvent('launcher-minimize');
});
mainWindow.on('leave-full-screen', () => {
emitBackboneEvent('leave-full-screen');
});

View File

@ -7,6 +7,8 @@ Release notes
`+` entry auto-type context menu
`+` `kw.require` now provides access to modules
`+` showOnlyFilesFromConfig config option
`+` mac os window style options
`+` lock on hide mac os hide
##### v1.4.1 (2017-03-26)
`+` fix #544: read files with empty binaries