search: fix slow list move

This commit is contained in:
end-4
2025-05-30 12:21:56 +02:00
parent 18e23618ea
commit b870f6b930
@@ -268,6 +268,7 @@ Item { // Wrapper
bottomMargin: 10
spacing: 2
KeyNavigation.up: searchBar
highlightMoveDuration : 100
onFocusChanged: {
if(focus) appResults.currentIndex = 1;