mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2025-12-06 06:36:15 +00:00
NImageRounded: fixed fallback icon
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user