Don't highlight entries in device and plugin list
This commit is contained in:
parent
f58a99e388
commit
f7296dfcf5
2 changed files with 3 additions and 1 deletions
|
@ -82,6 +82,7 @@ Kirigami.Page
|
|||
delegate: Kirigami.BasicListItem {
|
||||
label: name
|
||||
icon: iconName
|
||||
highlighted: false
|
||||
iconColor: "transparent"
|
||||
visible: loaded
|
||||
onClicked: onClick()
|
||||
|
@ -173,7 +174,7 @@ Kirigami.Page
|
|||
|
||||
Button {
|
||||
text: i18n("Reject")
|
||||
icon.name:"dialog-cancel"
|
||||
icon.name:"dialog-cancel"
|
||||
onClicked: deviceView.currentDevice.rejectPairing()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -68,6 +68,7 @@ Kirigami.ScrollablePage
|
|||
icon: iconName
|
||||
iconColor: "transparent"
|
||||
label: display + "\n" + toolTip
|
||||
highlighted: false
|
||||
onClicked: {
|
||||
pageStack.push(
|
||||
deviceComp,
|
||||
|
|
Loading…
Reference in a new issue