From aeb566746a37bebc8839bb092ddee978c6d8ddc3 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 24 Aug 2024 17:30:46 +0200 Subject: [PATCH] Use plaintext for reply author component --- src/timeline/ReplyAuthorComponent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timeline/ReplyAuthorComponent.qml b/src/timeline/ReplyAuthorComponent.qml index 440a45eed..56fd77452 100644 --- a/src/timeline/ReplyAuthorComponent.qml +++ b/src/timeline/ReplyAuthorComponent.qml @@ -48,5 +48,6 @@ RowLayout { color: root.author.color text: root.author.disambiguatedName elide: Text.ElideRight + textFormat: Text.PlainText } }