status/volume: Fix initial symbolic icon
This commit is contained in:
parent
2f3df71cc1
commit
14a7da767b
@ -215,7 +215,7 @@ const Indicator = new Lang.Class({
|
|||||||
Extends: PanelMenu.SystemStatusButton,
|
Extends: PanelMenu.SystemStatusButton,
|
||||||
|
|
||||||
_init: function() {
|
_init: function() {
|
||||||
this.parent('audio-volume-muted', _("Volume"));
|
this.parent('audio-volume-muted-symbolic', _("Volume"));
|
||||||
|
|
||||||
this._isLocked = false;
|
this._isLocked = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user