mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
icons: use actual Settings icon for settings
- rather than relying on a category icon, use actual Settings app icon fixes issue #433
This commit is contained in:
parent
ce3555382b
commit
03c2c355cb
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ var Indicator = new Lang.Class({
|
|||
item = new PopupMenu.PopupBaseMenuItem({ reactive: false,
|
||||
can_focus: false });
|
||||
|
||||
this._settingsAction = this._createActionButton('preferences-system-symbolic', _("Settings"));
|
||||
this._settingsAction = this._createActionButton('org.gnome.Settings-symbolic', _("Settings"));
|
||||
this._settingsAction.connect('clicked', () => { this._onSettingsClicked(); });
|
||||
item.actor.add(this._settingsAction, { expand: true, x_fill: false });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue