diff --git a/qml/components/InReplyToRow.qml b/qml/components/InReplyToRow.qml index dc13fcb..994e67a 100644 --- a/qml/components/InReplyToRow.qml +++ b/qml/components/InReplyToRow.qml @@ -77,6 +77,10 @@ Row { textFormat: Text.StyledText truncationMode: TruncationMode.Fade maximumLineCount: 1 + linkColor: Theme.highlightColor + onLinkActivated: { + Functions.handleLink(link); + } } }