Remove 'What's using power...' menu option
The dialog brought up by the "what's using power.." option is currently more confusing than useful to the user. n https://bugzilla.gnome.org/show_bug.cgi?id=636982
This commit is contained in:
parent
d66207bc68
commit
2d55eab62e
@ -82,9 +82,6 @@ Indicator.prototype = {
|
||||
this._otherDevicePosition = 2;
|
||||
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
||||
this.menu.addAction(_("What's using power..."),function() {
|
||||
GLib.spawn_command_line_async('gnome-power-statistics --device wakeups');
|
||||
});
|
||||
this.menu.addAction(_("Power Settings"),function() {
|
||||
GLib.spawn_command_line_async('gnome-control-center power');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user