volume: Adjust to icon name changes
The headphone icon gained an audio- prefix, use that instead of the old name.
This commit is contained in:
parent
fab02ae82f
commit
ff3f9bdd7d
@ -307,7 +307,7 @@ const Indicator = new Lang.Class({
|
|||||||
this._headphoneIcon.visible = value;
|
this._headphoneIcon.visible = value;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
this._headphoneIcon = this.addIcon(new Gio.ThemedIcon({ name: 'headphones-symbolic' }));
|
this._headphoneIcon = this.addIcon(new Gio.ThemedIcon({ name: 'audio-headphones-symbolic' }));
|
||||||
this._headphoneIcon.visible = false;
|
this._headphoneIcon.visible = false;
|
||||||
|
|
||||||
this.menu.addMenuItem(this._volumeMenu);
|
this.menu.addMenuItem(this._volumeMenu);
|
||||||
|
Loading…
Reference in New Issue
Block a user