mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix escaped html showing up in playable media message labels
fixes #840
This commit is contained in:
parent
cf31fff5fe
commit
2e0d0dad96
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Item {
|
||||||
|
|
||||||
anchors.bottom: content.bottom
|
anchors.bottom: content.bottom
|
||||||
text: body + " [" + filesize + "]"
|
text: body + " [" + filesize + "]"
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.RichText
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
color: Nheko.colors.text
|
color: Nheko.colors.text
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue