location: Add link to corresponding Settings
All other submenus link to the corresponding settings, so we should do the same for location - the privacy panel in this case, which now sports a "Location Services" switch ... https://bugzilla.gnome.org/show_bug.cgi?id=736542
This commit is contained in:
parent
1b9318c82f
commit
c7e3b68dcd
@ -70,6 +70,7 @@ const Indicator = new Lang.Class({
|
||||
|
||||
this._item.status.text = _("Enabled");
|
||||
this._onOffAction = this._item.menu.addAction(_("Disable"), Lang.bind(this, this._onOnOffAction));
|
||||
this._item.menu.addSettingsAction(_("Privacy Settings"), 'gnome-privacy-panel.desktop');
|
||||
|
||||
this.menu.addMenuItem(this._item);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user