fix #1615: restoring the app window if it's activated when minimized

This commit is contained in:
antelle 2020-11-20 10:29:47 +01:00
parent 31390eac80
commit 66e366d9d0
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,8 @@ app.on('activate', () => {
if (process.platform === 'darwin') {
if (appReady && !mainWindow && appSettings) {
createMainWindow();
} else if (appIcon) {
restoreMainWindow();
}
}
});

View File

@ -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