mirror of https://github.com/keeweb/keeweb
fix window close
parent
0d2f00657c
commit
2392329e93
|
@ -176,8 +176,8 @@ function restoreMainWindow() {
|
|||
}
|
||||
|
||||
function closeMainWindow() {
|
||||
destroyAppIcon();
|
||||
emitBackboneEvent('launcher-exit-request');
|
||||
setTimeout(destroyAppIcon, 0);
|
||||
}
|
||||
|
||||
function destroyAppIcon() {
|
||||
|
|
Loading…
Reference in New Issue