diff --git a/qml/components/WebPagePreview.qml b/qml/components/WebPagePreview.qml index 5906935..a9cfa12 100644 --- a/qml/components/WebPagePreview.qml +++ b/qml/components/WebPagePreview.qml @@ -110,6 +110,10 @@ Column { maximumLineCount: 3 textFormat: Text.StyledText visible: (text !== "") + linkColor: Theme.highlightColor + onLinkActivated: { + Functions.handleLink(link); + } } Item {