summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-09-06 21:11:57 -0400
committerLoren Burkholder <computersemiexpert@outlook.com>2021-09-11 19:35:31 -0400
commit3b15bf52274d114dc228f8fbb5a4e64ea684f242 (patch)
tree870de914c399cfe32852c7df58ab7be23abe7779
parentUse better visible check (diff)
downloadnheko-3b15bf52274d114dc228f8fbb5a4e64ea684f242.tar.xz
Remove useless line
-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)) : ""