fix #1808: restore KeeWeb from system tray on extension request

pull/1838/head
antelle 2021-05-12 21:38:54 +02:00
parent a92a01095b
commit 6cc39d2107
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 4 additions and 0 deletions

View File

@ -376,6 +376,9 @@ function restoreMainWindow() {
}
function showAndFocusMainWindow() {
if (appIcon) {
restoreMainWindow();
}
if (mainWindowMaximized) {
mainWindow.maximize();
} else {

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.18.4 (TBD)
`+` #1814: option to disable auto-type title filter by default
`-` #1808: restore KeeWeb from system tray on extension request
`-` fix #1810: extension connection on old macOS (10.11)
`-` fix #1813: custom icon selection
`-` fix #1811: app doesn't quit during update