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
@ -726,7 +726,7 @@ class AppDisplay extends BaseAppView {
|
|||||||
// Toggle search entry
|
// Toggle search entry
|
||||||
Main.overview.searchEntry.reactive = !isOpen;
|
Main.overview.searchEntry.reactive = !isOpen;
|
||||||
|
|
||||||
this._displayingPopup = isOpen;
|
this._displayingDialog = isOpen;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user