mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
appDisplay: Fix misnamed variable
This should have been renamed to "displayingDialog" by
commit 7781f973f2.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1301
This commit is contained in:
parent
0de98eb772
commit
f442c9510e
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ class AppDisplay extends BaseAppView {
|
|||
// Toggle search entry
|
||||
Main.overview.searchEntry.reactive = !isOpen;
|
||||
|
||||
this._displayingPopup = isOpen;
|
||||
this._displayingDialog = isOpen;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue