waffles: start menu: add the right arrow thingy

This commit is contained in:
end-4
2025-12-05 12:20:50 +01:00
parent 3b4c721584
commit ed89ad882f
6 changed files with 86 additions and 11 deletions
@@ -125,6 +125,10 @@ RowLayout {
entry: modelData
firstEntry: index === 0
width: ListView.view?.width
checked: resultListView.currentIndex === index
onRequestFocus: {
root.forceCurrentIndex(index);
}
}
}