summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/qml/Avatar.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml

index 24d26405..5d2b583a 100644 --- a/resources/qml/Avatar.qml +++ b/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)) : ""