NImageRounded: fixed fallback icon
This commit is contained in:
parent
635746aab2
commit
3a65491a14
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ Rectangle {
|
|||
text: fallbackIcon
|
||||
font.family: "Material Symbols Outlined"
|
||||
font.pointSize: Style.fontSizeXL * scaling
|
||||
visible: fallbackIcon !== undefined && fallbackIcon !== "" && (source === undefined || source === "")
|
||||
visible: fallbackIcon !== undefined && fallbackIcon !== "" && (imagePath === undefined || imagePath === "")
|
||||
z: 0
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue