mirror of https://github.com/keeweb/keeweb
fix 1079: error launching another instance
parent
22728d89b9
commit
cf3a69d1e2
|
@ -13,7 +13,6 @@ let updateMainWindowPositionTimeout = null;
|
|||
|
||||
const gotTheLock = app.requestSingleInstanceLock();
|
||||
if (!gotTheLock) {
|
||||
restoreMainWindow();
|
||||
app.quit();
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
Release notes
|
||||
-------------
|
||||
##### v1.7.2 (2019-01-07)
|
||||
`-` fix 1079: error launching another instance
|
||||
|
||||
##### v1.7.1 (2019-01-06)
|
||||
`-` fix #1077: broken auto-type
|
||||
|
||||
|
|
Loading…
Reference in New Issue