fix window close

pull/754/head
antelle 2017-06-05 17:14:41 +02:00
parent b8346c5381
commit d3ffceb1b5
1 changed files with 1 additions and 1 deletions

View File

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