mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123788 - Do not wait for icons before opening toolboxes. r=jryans
This commit is contained in:
parent
d16b356477
commit
531dfa25e2
@ -121,11 +121,11 @@ let AppManager = exports.AppManager = {
|
||||
this._appsFront = front;
|
||||
this._listTabsResponse = response;
|
||||
this.update("list-tabs-response");
|
||||
return front.fetchIcons();
|
||||
})
|
||||
.then(() => {
|
||||
this.checkIfProjectIsRunning();
|
||||
this.update("runtime-apps-found");
|
||||
front.fetchIcons();
|
||||
});
|
||||
} else {
|
||||
this._listTabsResponse = response;
|
||||
|
Loading…
Reference in New Issue
Block a user