refractor favicon

This commit is contained in:
end-4
2025-05-27 20:09:46 +02:00
parent 5402893c16
commit 7bd910bb44
4 changed files with 77 additions and 44 deletions
@@ -20,7 +20,6 @@ Rectangle {
property int messageIndex
property var messageData
property var messageInputField
property string faviconDownloadPath
property real messagePadding: 7
property real contentSpacing: 3
@@ -282,7 +281,6 @@ Rectangle {
model: root.messageData?.annotationSources
delegate: AnnotationSourceButton {
id: annotationButton
faviconDownloadPath: root.faviconDownloadPath
displayText: modelData.text
url: modelData.url
}