diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 21:28:09 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 21:28:09 +1100 |
| commit | ef9485dc3f5270d66676ac4d05694618c9024bb4 (patch) | |
| tree | a0cf22c9f745664f670c2a57845c3d6f44c55fcf /modules | |
| parent | popupwindow: fix shadow (diff) | |
| download | caelestia-shell-ef9485dc3f5270d66676ac4d05694618c9024bb4.tar.gz caelestia-shell-ef9485dc3f5270d66676ac4d05694618c9024bb4.tar.bz2 caelestia-shell-ef9485dc3f5270d66676ac4d05694618c9024bb4.zip | |
osds: more visible
Also launcher drop var
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) { |