[AppWell] Don't duplicate running+favorite
Regression introduced with previous patch.
This commit is contained in:
parent
38c06ca837
commit
7bec02dcb1
@ -865,6 +865,8 @@ AppWell.prototype = {
|
||||
|
||||
for (let i = 0; i < running.length; i++) {
|
||||
let app = running[i];
|
||||
if (app.get_id() in favoriteIds)
|
||||
continue;
|
||||
let display = new RunningWellItem(app, false);
|
||||
this._grid.actor.add_actor(display.actor);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user