diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-18 19:20:32 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-18 19:20:32 +0100 |
commit | 33e9c80c1be3d1709c2a84c1d935b9ac92de92e8 (patch) | |
tree | fc7c7ee05f90323eac3f7002ff03c77877e534a7 /resources | |
parent | Try building only the qml gstreamer plugin in flatpak package (diff) | |
download | nheko-33e9c80c1be3d1709c2a84c1d935b9ac92de92e8.tar.xz |
Fix html in sidebar again
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/RoomList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml index a1abed00..40ecdd34 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml @@ -418,7 +418,7 @@ Page { color: roomItem.unimportantText font.pixelSize: fontMetrics.font.pixelSize * 0.9 elideWidth: width - fullText: lastMessage + fullText: TimelineManager.htmlEscape(lastMessage) textFormat: Text.RichText Layout.fillWidth: true } |