highlight current item
This commit is contained in:
parent
5d05d06ae2
commit
647e265b0e
@ -73,6 +73,14 @@ Column {
|
||||
root.restoreConfig()
|
||||
}
|
||||
}
|
||||
onCurrentChanged: {
|
||||
if (current) {
|
||||
categoriesView.currentIndex = index
|
||||
}
|
||||
}
|
||||
}
|
||||
highlight: Rectangle {
|
||||
color: theme.highlightColor
|
||||
}
|
||||
}
|
||||
PlasmaComponents.PageStack {
|
||||
|
Loading…
Reference in New Issue
Block a user