mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 928078 - Re-check running apps after app install. r=ochameau
This commit is contained in:
parent
54a967bfd1
commit
e5050a9c33
@ -258,6 +258,10 @@ WebappsStore.prototype = {
|
||||
proxifiedApp.iconURL = res.url;
|
||||
}
|
||||
});
|
||||
|
||||
// This app may have been running while being installed, so check the list
|
||||
// of running apps again to get the right answer.
|
||||
this._getRunningApps();
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user