overviewControls: add a new messages indicator
The new messages indicator will be visible when there are non-resident notifications in the tray. https://bugzilla.gnome.org/show_bug.cgi?id=687787
This commit is contained in:
@ -308,6 +308,8 @@ const Overview = new Lang.Class({
|
||||
// Add our same-line elements after the search entry
|
||||
this._overview.add(this._groupStack, { y_fill: true, expand: true });
|
||||
|
||||
this._stack.add_actor(this._controls.indicatorActor);
|
||||
|
||||
// TODO - recalculate everything when desktop size changes
|
||||
this.dashIconSize = this._dash.iconSize;
|
||||
this._dash.connect('icon-size-changed',
|
||||
|
Reference in New Issue
Block a user