TDLib 1.7: Enable proper links in web previews
This commit is contained in:
parent
2cd86a95d9
commit
6508c20a0d
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ Column {
|
||||||
maximumLineCount: 3
|
maximumLineCount: 3
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.StyledText
|
||||||
visible: (text !== "")
|
visible: (text !== "")
|
||||||
|
linkColor: Theme.highlightColor
|
||||||
|
onLinkActivated: {
|
||||||
|
Functions.handleLink(link);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
Loading…
Reference in a new issue