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

Use better visible check

parent 094ddb48
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ Rectangle {
Image {
id: identicon
anchors.fill: parent
visible: img.status != Image.Ready && Settings.useIdenticon
layer.enabled: true
visible: Settings.useIdenticon && img.status != Image.Ready
source: Settings.useIdenticon ? ("image://jdenticon/" + (userid !== "" ? userid : roomid) + "?radius=" + (Settings.avatarCircles ? 100 : 25)) : ""
MouseArea {
......
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