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