fix window close

This commit is contained in:
antelle 2017-06-05 17:14:41 +02:00
parent 0d2f00657c
commit 2392329e93
1 changed files with 1 additions and 1 deletions

View File

@ -176,8 +176,8 @@ function restoreMainWindow() {
}
function closeMainWindow() {
destroyAppIcon();
emitBackboneEvent('launcher-exit-request');
setTimeout(destroyAppIcon, 0);
}
function destroyAppIcon() {