mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
autorun: use the new "media-removable" icon
gnome-icon-theme recently added this icon for removable devices. https://bugzilla.gnome.org/show_bug.cgi?id=657757
This commit is contained in:
parent
887b41bce3
commit
9e16bb85e3
1 changed files with 2 additions and 1 deletions
|
|
@ -330,7 +330,8 @@ AutorunResidentSource.prototype = {
|
|||
},
|
||||
|
||||
createNotificationIcon: function(iconSize) {
|
||||
return new St.Icon ({ icon_name: 'drive-harddisk',
|
||||
return new St.Icon ({ icon_name: 'media-removable',
|
||||
icon_type: St.IconType.FULLCOLOR,
|
||||
icon_size: iconSize ? iconSize : this.ICON_SIZE });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue