panel: Make sure to show the app menu button after unlocking the screen
I'm not sure how we missed this one. https://bugzilla.gnome.org/show_bug.cgi?id=683154
This commit is contained in:
parent
b257029d3e
commit
aa9c095c8e
@ -469,10 +469,12 @@ const AppMenuButton = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
setLockedState: function(locked) {
|
setLockedState: function(locked) {
|
||||||
if (locked)
|
if (locked) {
|
||||||
this.hide();
|
this.hide();
|
||||||
else
|
} else {
|
||||||
|
this.show();
|
||||||
this._sync();
|
this._sync();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
_sync: function() {
|
_sync: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user