messageTray: Fix lightbox
Commit 448517032e5 accidentally reverted the condition for showing the lightbox. Fix that. https://bugzilla.gnome.org/show_bug.cgi?id=686728
This commit is contained in:
parent
40efe6c324
commit
d845c8eed0
@ -2095,9 +2095,8 @@ const MessageTray = new Lang.Class({
|
|||||||
transition: 'easeOutQuad'
|
transition: 'easeOutQuad'
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this._overviewVisible) {
|
if (!this._overviewVisible)
|
||||||
this._lightbox.show();
|
this._lightbox.show();
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user