Enable links in in-reply-to rows

This commit is contained in:
Sebastian Wolf 2020-12-07 23:30:46 +01:00
parent 6508c20a0d
commit 8e03b16243

View file

@ -77,6 +77,10 @@ Row {
textFormat: Text.StyledText
truncationMode: TruncationMode.Fade
maximumLineCount: 1
linkColor: Theme.highlightColor
onLinkActivated: {
Functions.handleLink(link);
}
}
}