mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ var Overview = class {
|
|||
}
|
||||
|
||||
showApps() {
|
||||
this._show(OverviewControls.ControlsState.APP_GRID);
|
||||
this.show(OverviewControls.ControlsState.APP_GRID);
|
||||
}
|
||||
|
||||
runStartupAnimation(callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue