From cf3a69d1e284f8ba1264ccdd0f1dcd14c0fdef5b Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 6 Jan 2019 19:09:34 +0100 Subject: [PATCH] fix 1079: error launching another instance --- desktop/app.js | 1 - release-notes.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/app.js b/desktop/app.js index fb0c5d91..c66f1047 100644 --- a/desktop/app.js +++ b/desktop/app.js @@ -13,7 +13,6 @@ let updateMainWindowPositionTimeout = null; const gotTheLock = app.requestSingleInstanceLock(); if (!gotTheLock) { - restoreMainWindow(); app.quit(); } diff --git a/release-notes.md b/release-notes.md index bcccf0f3..e977f8fb 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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