Fix more HTML injections

This commit is contained in:
Tobias Fella
2021-09-11 16:33:09 +02:00
parent 83d03b0e06
commit bc76197487

View File

@@ -164,6 +164,7 @@ QQC2.ItemDelegate {
anchors.rightMargin: Kirigami.Units.smallSpacing
text: visible ? author.displayName : ""
textFormat: Text.PlainText
font.weight: Font.Bold
color: author.color
wrapMode: Text.Wrap