messageTray: Always show message tray upon entering overview
We hide the message tray while searching, but it should always be visible when not searching, including when initially entering overview.
This commit is contained in:
parent
3730dc01cf
commit
7785710964
@ -1498,7 +1498,7 @@ const MessageTray = new Lang.Class({
|
||||
this._overviewVisible = true;
|
||||
this._grabHelper.ungrab(); // drop modal grab if necessary
|
||||
this.actor.add_style_pseudo_class('overview');
|
||||
this._updateState();
|
||||
this.show();
|
||||
}));
|
||||
Main.overview.connect('hiding', Lang.bind(this,
|
||||
function() {
|
||||
|
Loading…
Reference in New Issue
Block a user