From 1a79012c61ad36ea71da6ad4af54533a5ac64454 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 27 May 2025 20:33:36 +0200 Subject: [PATCH] ai search source: pass displaytext to favicon --- .../modules/sidebarLeft/aiChat/AnnotationSourceButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/sidebarLeft/aiChat/AnnotationSourceButton.qml b/.config/quickshell/modules/sidebarLeft/aiChat/AnnotationSourceButton.qml index a92b92ee6..f344308ca 100644 --- a/.config/quickshell/modules/sidebarLeft/aiChat/AnnotationSourceButton.qml +++ b/.config/quickshell/modules/sidebarLeft/aiChat/AnnotationSourceButton.qml @@ -42,9 +42,9 @@ RippleButton { anchors.fill: parent spacing: 5 Favicon { - Layout.alignment: Qt.AlignVCenter url: root.url size: root.faviconSize + displayText: root.displayText } StyledText { id: text