summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 21:28:09 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 21:28:09 +1100
commitef9485dc3f5270d66676ac4d05694618c9024bb4 (patch)
treea0cf22c9f745664f670c2a57845c3d6f44c55fcf /modules
parentpopupwindow: fix shadow (diff)
downloadcaelestia-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.tsx2
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) {