TDLib 1.7: Web page descriptions can be formatted now
This commit is contained in:
parent
63db26afc8
commit
6e54988978
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Column {
|
|||
id: descriptionText
|
||||
|
||||
width: parent.width
|
||||
text: webPageData.description ? Emoji.emojify(webPageData.description, font.pixelSize) : ""
|
||||
text: webPageData.description ? Emoji.emojify(Functions.enhanceMessageText(webPageData.description), font.pixelSize) : ""
|
||||
font.pixelSize: webPagePreviewColumn.largerFontSize ? Theme.fontSizeSmall : Theme.fontSizeExtraSmall
|
||||
truncationMode: TruncationMode.Fade
|
||||
wrapMode: Text.Wrap
|
||||
|
|
Loading…
Reference in a new issue