mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-28 23:35:13 +00:00
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…
x
Reference in New Issue
Block a user