NetworkMenu: use network-offline while loading
network-error is partially red and thus can be distracting at login. Use network-offline instead. https://bugzilla.gnome.org/show_bug.cgi?id=674426
This commit is contained in:
parent
43fd29f9bf
commit
6122f65e7a
@ -1538,7 +1538,7 @@ const NMApplet = new Lang.Class({
|
|||||||
Extends: PanelMenu.SystemStatusButton,
|
Extends: PanelMenu.SystemStatusButton,
|
||||||
|
|
||||||
_init: function() {
|
_init: function() {
|
||||||
this.parent('network-error', _("Network"));
|
this.parent('network-offline', _("Network"));
|
||||||
|
|
||||||
this._client = NMClient.Client.new();
|
this._client = NMClient.Client.new();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user