Remove useless line

pull/416/head
Loren Burkholder 3 years ago
parent bb8dbf2c2e
commit 3b15bf5227
  1. 1
      resources/qml/Avatar.qml

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

Loading…
Cancel
Save