diff --git a/desktop/app.js b/desktop/app.js index c9e7a4d9..db90affd 100644 --- a/desktop/app.js +++ b/desktop/app.js @@ -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(); } } diff --git a/release-notes.md b/release-notes.md index e274d4d8..fddbd7da 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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