status/location: Use better indicator icon
We've used find-location since the indicator was added, however the icon theme got a more appropriate location-services-active icon a while ago. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5755 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2430>
This commit is contained in:
parent
b7d738dfff
commit
8945e25655
@ -209,7 +209,7 @@ class Indicator extends SystemIndicator {
|
||||
this._agent = _getGeoclueAgent();
|
||||
|
||||
this._indicator = this._addIndicator();
|
||||
this._indicator.icon_name = 'find-location-symbolic';
|
||||
this._indicator.icon_name = 'location-services-active-symbolic';
|
||||
this._agent.bind_property('in-use',
|
||||
this._indicator,
|
||||
'visible',
|
||||
|
Loading…
Reference in New Issue
Block a user