mirror of https://github.com/keeweb/keeweb
Merge branch 'EnricoMonese-lock-on-hide' into develop
commit
09d634c462
|
@ -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');
|
||||
});
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue