mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
messageTray: Always show buttons in banners
This makes immediate what actions can be performed for a notification.
This commit is contained in:
parent
e81048ea7a
commit
3772e0675e
1 changed files with 1 additions and 0 deletions
|
|
@ -965,6 +965,7 @@ export const MessageTray = GObject.registerClass({
|
|||
this._banner = new Calendar.NotificationMessage(notification);
|
||||
this._banner.can_focus = false;
|
||||
this._banner.add_style_class_name('notification-banner');
|
||||
this._banner.alwaysShowButtons = true;
|
||||
this._bannerBin.add_child(this._banner);
|
||||
this._bannerBin.opacity = 0;
|
||||
this._bannerBin.y = -this._banner.height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue