1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-06 21:48:30 -04:00

fix(spotlight): select last query text on open; last-query persistence in connected frame mode (#2726)

* fix(spotlight): Fixes 'remember last query' being ignored in connected frame mode."

* fix(spotlight): select remembered query text instead of placing cursor at end
This commit is contained in:
Legend-017
2026-07-02 20:39:35 +05:00
committed by GitHub
parent 83b9cdcb27
commit a98417d66b
3 changed files with 10 additions and 5 deletions
@@ -139,6 +139,7 @@ Item {
if (spotlightContent.searchField) {
spotlightContent.searchField.text = targetQuery;
spotlightContent.searchField.selectAll();
}
if (spotlightContent.controller) {
var targetMode = mode || SessionData.getLauncherRestoreMode();