status/volume: Fix initial symbolic icon
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user