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

pull/1838/head
antelle 2 years ago
parent a92a01095b
commit 6cc39d2107
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

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

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

Loading…
Cancel
Save