1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05: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

@@ -1063,7 +1063,7 @@ Item {
}
function toggleQuery(query: string): string {
PopoutService.toggleDankLauncherV2();
PopoutService.toggleDankLauncherV2WithQuery(query);
return "LAUNCHER_TOGGLE_QUERY_SUCCESS";
}
@@ -1107,7 +1107,7 @@ Item {
}
function toggleQuery(query: string): string {
PopoutService.toggleDankLauncherV2();
PopoutService.toggleDankLauncherV2WithQuery(query);
return "SPOTLIGHT_TOGGLE_QUERY_SUCCESS";
}