From a9a3a528729d5f101c53b766b495426f05044be9 Mon Sep 17 00:00:00 2001 From: Jonas Bloch <128738169+Silzinc@users.noreply.github.com> Date: Mon, 23 Feb 2026 15:15:26 +0100 Subject: [PATCH] feat: add support for animated gifs as profile pictures (#1804) --- quickshell/Widgets/DankCircularImage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Widgets/DankCircularImage.qml b/quickshell/Widgets/DankCircularImage.qml index c82e0c4e..fe6e223f 100644 --- a/quickshell/Widgets/DankCircularImage.qml +++ b/quickshell/Widgets/DankCircularImage.qml @@ -30,7 +30,7 @@ Rectangle { border.color: "transparent" border.width: 0 - Image { + AnimatedImage { id: internalImage anchors.fill: parent anchors.margins: 2