mirror of https://github.com/keeweb/keeweb
fix #1581: double-clicking KeeWeb icon in Dock
parent
43ca723c75
commit
59bed7593d
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue