Color name when highlighting member delegates

This commit is contained in:
miruka
2020-08-21 11:19:42 -04:00
parent 010675001c
commit 044060d1c0
3 changed files with 4 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ HListView {
delegate: CompletableUserDelegate {
width: root.width
colorName: hovered || root.currentIndex === model.index
onClicked: {
currentIndex = model.index
root.open = false