chore(dev): fix qml errors

This commit is contained in:
Stefan 2022-10-14 21:52:55 +03:00 committed by Stefan Dunca
parent 93428d8b2e
commit cc9f83650c
1 changed files with 1 additions and 1 deletions

View File

@ -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