Fix icon display on PM
This commit is contained in:
parent
1f23fa27b2
commit
e14b3dde32
2 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@ Kirigami.ScrollablePage
|
|||
delegate: Kirigami.BasicListItem {
|
||||
width: ListView.view.width
|
||||
icon: iconName
|
||||
iconColor: "transparent"
|
||||
label: display + "\n" + toolTip
|
||||
onClicked: {
|
||||
pageStack.push(
|
||||
|
|
|
@ -36,6 +36,7 @@ Kirigami.BasicListItem
|
|||
}
|
||||
visible: checker.available
|
||||
icon: checker.iconName
|
||||
iconColor: "transparent"
|
||||
onClicked: {
|
||||
if (component === "" || !interfaceFactory)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue