overview: Fix showApps() compatibility method
The method is unused in gnome-shell itself, but extensions may still want to call it, so make sure it actually works. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3873 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1766>
This commit is contained in:
parent
5062c4c9c2
commit
3c221cea48
@ -639,7 +639,7 @@ var Overview = class {
|
||||
}
|
||||
|
||||
showApps() {
|
||||
this._show(OverviewControls.ControlsState.APP_GRID);
|
||||
this.show(OverviewControls.ControlsState.APP_GRID);
|
||||
}
|
||||
|
||||
runStartupAnimation(callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user