Don't highlight entries in device and plugin list

This commit is contained in:
Nicolas Fella 2019-10-15 20:19:40 +02:00
parent f58a99e388
commit f7296dfcf5
2 changed files with 3 additions and 1 deletions

View file

@ -82,6 +82,7 @@ Kirigami.Page
delegate: Kirigami.BasicListItem {
label: name
icon: iconName
highlighted: false
iconColor: "transparent"
visible: loaded
onClicked: onClick()

View file

@ -68,6 +68,7 @@ Kirigami.ScrollablePage
icon: iconName
iconColor: "transparent"
label: display + "\n" + toolTip
highlighted: false
onClicked: {
pageStack.push(
deviceComp,