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

Remove useless line

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