mirror of https://github.com/keeweb/keeweb
parent
a23a47fded
commit
6a3e129ed5
|
@ -202,7 +202,7 @@ const Launcher = {
|
|||
}
|
||||
},
|
||||
quitOnRealQuitEventIfMinimizeOnQuitIsEnabled() {
|
||||
return this.platform() === 'darwin';
|
||||
return !!(this.platform() === 'darwin' || this.pendingUpdateFile);
|
||||
},
|
||||
minimizeApp() {
|
||||
this.remoteApp().minimizeApp({
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue