forked from Shinonome/dots-hyprland
search: fix slow list move
This commit is contained in:
@@ -268,6 +268,7 @@ Item { // Wrapper
|
|||||||
bottomMargin: 10
|
bottomMargin: 10
|
||||||
spacing: 2
|
spacing: 2
|
||||||
KeyNavigation.up: searchBar
|
KeyNavigation.up: searchBar
|
||||||
|
highlightMoveDuration : 100
|
||||||
|
|
||||||
onFocusChanged: {
|
onFocusChanged: {
|
||||||
if(focus) appResults.currentIndex = 1;
|
if(focus) appResults.currentIndex = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user