diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/launcher.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/launcher.tsx b/modules/launcher.tsx index a15052b..d9e842c 100644 --- a/modules/launcher.tsx +++ b/modules/launcher.tsx @@ -381,6 +381,8 @@ export default class Launcher extends Widget.Window { // Clear search on hide if not in math mode this.connect("hide", () => mode.get() !== "math" && entry.set_text("")); + + this.connect("destroy", () => showResults.drop()); } open(mode: Mode) { |