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:
Florian Müllner 2022-08-18 10:13:00 +02:00 committed by Marge Bot
parent b7d738dfff
commit 8945e25655

View File

@ -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',