mirror of https://github.com/keeweb/keeweb
fix #1615: restoring the app window if it's activated when minimized
parent
31390eac80
commit
66e366d9d0
|
@ -121,6 +121,8 @@ app.on('activate', () => {
|
|||
if (process.platform === 'darwin') {
|
||||
if (appReady && !mainWindow && appSettings) {
|
||||
createMainWindow();
|
||||
} else if (appIcon) {
|
||||
restoreMainWindow();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -7,6 +7,7 @@ Release notes
|
|||
`*` switched to Dropbox short-lived access tokens
|
||||
`-` fixed several issues in field editing
|
||||
`-` fix #1561: error during loading configs after reset
|
||||
`-` fixed some issues with minimizing to menubar on macOS
|
||||
|
||||
##### v1.15.7 (2020-09-12)
|
||||
`-` fix #1564: broken auto-type on some Linux installations
|
||||
|
|
Loading…
Reference in New Issue