Use plaintext for reply author component

This commit is contained in:
Tobias Fella
2024-08-24 17:30:46 +02:00
parent 8da567d9fa
commit aeb566746a

View File

@@ -48,5 +48,6 @@ RowLayout {
color: root.author.color
text: root.author.disambiguatedName
elide: Text.ElideRight
textFormat: Text.PlainText
}
}