statusMenu: Force the overview mode of the settings
When launching gnome-control-center, request it to show the overview rather than just presenting the current window. https://bugzilla.gnome.org/show_bug.cgi?id=636317
This commit is contained in:
parent
c86da9afbd
commit
b40cc2c294
@ -158,7 +158,7 @@ StatusMenuButton.prototype = {
|
||||
|
||||
_onPreferencesActivate: function() {
|
||||
Main.overview.hide();
|
||||
this._spawn(['gnome-control-center']);
|
||||
this._spawn(['gnome-control-center', '-o']);
|
||||
},
|
||||
|
||||
_onLockScreenActivate: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user