fixed update installation when minimize on close is enabled

see #1740
This commit is contained in:
antelle 2021-03-15 19:31:40 +01:00
parent a23a47fded
commit 6a3e129ed5
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 4 additions and 1 deletions

View File

@ -202,7 +202,7 @@ const Launcher = {
}
},
quitOnRealQuitEventIfMinimizeOnQuitIsEnabled() {
return this.platform() === 'darwin';
return !!(this.platform() === 'darwin' || this.pendingUpdateFile);
},
minimizeApp() {
this.remoteApp().minimizeApp({

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.17.4 (TBD)
`-` fix #1740: Windows updater issues
##### v1.17.3 (2021-03-14)
`-` fix #1747: white screen in old Safari