summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-08 23:37:55 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-08 23:37:55 +0100
commit2e0d0dad9629995da4a97d230ba0b3054db80193 (patch)
treee8a8a69ff869c0563f7043224fdf682057e3e57c
parentFix blurry thumbnails AGAIN (diff)
downloadnheko-2e0d0dad9629995da4a97d230ba0b3054db80193.tar.xz
Fix escaped html showing up in playable media message labels
fixes #840
-rw-r--r--resources/qml/delegates/PlayableMediaMessage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/delegates/PlayableMediaMessage.qml b/resources/qml/delegates/PlayableMediaMessage.qml

index 351313fe..36c038ee 100644 --- a/resources/qml/delegates/PlayableMediaMessage.qml +++ b/resources/qml/delegates/PlayableMediaMessage.qml
@@ -96,7 +96,7 @@ Item { anchors.bottom: content.bottom text: body + " [" + filesize + "]" - textFormat: Text.PlainText + textFormat: Text.RichText elide: Text.ElideRight color: Nheko.colors.text