1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-09 07:12:07 -04:00

fix: pass query string to launcher v2 during IPC toggle (#1477)

Ensure toggleQuery forwards the query parameter to the launcher v2
This commit is contained in:
IChengHo
2026-01-23 19:43:42 -05:00
committed by GitHub
parent f8c5f07e9f
commit 6d4c31492c
3 changed files with 21 additions and 2 deletions

View File

@@ -186,6 +186,14 @@ Item {
}
}
function toggleWithQuery(query) {
if (spotlightOpen) {
hide();
} else {
showWithQuery(query);
}
}
Timer {
id: closeCleanupTimer
interval: Theme.expressiveDurations.expressiveFastSpatial + 50