Add icon buttons to notifications
Now if an id is passed to Notification.addButton that matches a theme icon, it will be displayed as an icon. This is another in the implement the music player mockups series. http://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray/MusicPlayer https://bugzilla.gnome.org/show_bug.cgi?id=621014
This commit is contained in:

committed by
Florian Müllner

parent
a94978db36
commit
d1e1afdaab
@ -245,8 +245,9 @@ NotificationDaemon.prototype = {
|
||||
// 'body-images',
|
||||
'body-markup',
|
||||
// 'icon-multi',
|
||||
'icon-static'
|
||||
'icon-static',
|
||||
// 'sound',
|
||||
'x-gnome-icon-buttons'
|
||||
];
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user