mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix html in sidebar again
This commit is contained in:
parent
bbb551f222
commit
33e9c80c1b
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ Page {
|
||||||
color: roomItem.unimportantText
|
color: roomItem.unimportantText
|
||||||
font.pixelSize: fontMetrics.font.pixelSize * 0.9
|
font.pixelSize: fontMetrics.font.pixelSize * 0.9
|
||||||
elideWidth: width
|
elideWidth: width
|
||||||
fullText: lastMessage
|
fullText: TimelineManager.htmlEscape(lastMessage)
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue