chore(dev): fix qml errors
This commit is contained in:
parent
93428d8b2e
commit
cc9f83650c
|
@ -37,7 +37,7 @@ StatusListItem {
|
|||
inlineTagDelegate: InformationTag {
|
||||
tagPrimaryLabel.text: networkName
|
||||
tagPrimaryLabel.color: networkColor
|
||||
image.source: Style.svg("tiny/%1".arg(networkIcon))
|
||||
image.source: !!networkIcon ? Style.svg("tiny/%1".arg(networkIcon)) : ""
|
||||
background: Rectangle {
|
||||
id: controlBackground
|
||||
implicitWidth: 51
|
||||
|
|
Loading…
Reference in New Issue