forked from Shinonome/dots-hyprland
waffles: start menu: add the right arrow thingy
This commit is contained in:
@@ -125,6 +125,10 @@ RowLayout {
|
||||
entry: modelData
|
||||
firstEntry: index === 0
|
||||
width: ListView.view?.width
|
||||
checked: resultListView.currentIndex === index
|
||||
onRequestFocus: {
|
||||
root.forceCurrentIndex(index);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user