Remove useless line

This commit is contained in:
Loren Burkholder 2021-09-06 21:11:57 -04:00
parent bb8dbf2c2e
commit 3b15bf5227
1 changed files with 0 additions and 1 deletions

View File

@ -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)) : ""