Only set identicon source if used
This commit is contained in:
parent
4e4a9c6e0c
commit
0e931456ee
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user