location: Update desktop file name for privacy settings
The location settings have been moved to their own panel with a different desktop file: https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/f92f6f5c Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/2316
This commit is contained in:
parent
7345a6f276
commit
09a1e61c63
@ -64,7 +64,7 @@ class Indicator extends PanelMenu.SystemIndicator {
|
||||
|
||||
this._item.label.text = _("Location Enabled");
|
||||
this._onOffAction = this._item.menu.addAction(_("Disable"), this._onOnOffAction.bind(this));
|
||||
this._item.menu.addSettingsAction(_("Privacy Settings"), 'gnome-privacy-panel.desktop');
|
||||
this._item.menu.addSettingsAction(_('Privacy Settings'), 'gnome-location-panel.desktop');
|
||||
|
||||
this.menu.addMenuItem(this._item);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user