Use plaintext for reply author component

(cherry picked from commit aeb566746a)
This commit is contained in:
Tobias Fella
2024-08-24 17:30:46 +02:00
parent 7e880c6663
commit 941a724381

View File

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