messageTray.js: add collapsed signal on Notification
This commit is contained in:
parent
9c849b0290
commit
cc5c5e7e8a
@ -829,6 +829,7 @@ Notification.prototype = {
|
|||||||
// Restore banner opacity in case the notification is shown in the
|
// Restore banner opacity in case the notification is shown in the
|
||||||
// banner mode again on update.
|
// banner mode again on update.
|
||||||
this._bannerLabel.opacity = 255;
|
this._bannerLabel.opacity = 255;
|
||||||
|
this.emit('collapsed');
|
||||||
},
|
},
|
||||||
|
|
||||||
_onActionInvoked: function(actor, mouseButtonClicked, id) {
|
_onActionInvoked: function(actor, mouseButtonClicked, id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user