Skip to content
Snippets Groups Projects
Commit 0e931456 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Only set identicon source if used

parent 4e4a9c6e
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment