TDLib 1.7: Enable proper links in web previews

This commit is contained in:
Sebastian Wolf 2020-12-07 22:46:25 +01:00
parent 2cd86a95d9
commit 6508c20a0d

View file

@ -110,6 +110,10 @@ Column {
maximumLineCount: 3
textFormat: Text.StyledText
visible: (text !== "")
linkColor: Theme.highlightColor
onLinkActivated: {
Functions.handleLink(link);
}
}
Item {