fix #1581: double-clicking KeeWeb icon in Dock

This commit is contained in:
antelle 2020-08-08 12:20:08 +02:00
parent 43ca723c75
commit 59bed7593d
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,7 @@ app.on('open-file', (e, path) => {
});
app.on('activate', () => {
if (process.platform === 'darwin') {
if (appReady && !mainWindow) {
if (appReady && !mainWindow && appSettings) {
createMainWindow();
}
}

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.15.6 (2020-08-08)
`-` fix #1553: empty fields display for templates
`-` fix #1581: double-clicking KeeWeb icon in Dock
##### v1.15.5 (2020-06-13)
`-` fix #1539: broken code signing on Windows