Only set identicon source if used

This commit is contained in:
Loren Burkholder 2021-01-25 20:15:40 -05:00
parent 4e4a9c6e0c
commit 0e931456ee
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Rectangle {
id: identicon
anchors.fill: parent
visible: img.status != Image.Ready && Settings.useIdenticon
source: "image://jdenticon/" + userid
source: Settings.useIdenticon ? "image://jdenticon/" + userid : ""
}
Image {