1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

spotlight: fix potential binding loop

This commit is contained in:
bbedward
2025-11-04 20:38:42 -05:00
parent 40cadb6a00
commit a7c8ba332b
2 changed files with 7 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ Item {
textColor: Theme.surfaceText
font.pixelSize: Theme.fontSizeLarge
enabled: parentModal ? parentModal.spotlightOpen : true
placeholderText: searchMode === "files" ? "Search files..." : "Search apps..."
placeholderText: ""
ignoreLeftRightKeys: appLauncher.viewMode !== "list"
ignoreTabKeys: true
keyForwardTargets: [spotlightKeyHandler]