apps-menu: Stop hiding the overview when toggled
Now that the extension no longer doubles as the "Activities" button, that behavior is confusing. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/69
This commit is contained in:
committed by
Florian Müllner
parent
6105eecff2
commit
d99d0a06bd
@@ -219,12 +219,8 @@ class ApplicationsMenu extends PopupMenu.PopupMenu {
|
||||
}
|
||||
|
||||
toggle() {
|
||||
if (this.isOpen) {
|
||||
if (this.isOpen)
|
||||
this._button.selectCategory(null);
|
||||
} else {
|
||||
if (Main.overview.visible)
|
||||
Main.overview.hide();
|
||||
}
|
||||
super.toggle();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user