Force plain text user display name in user detail sheet

(cherry picked from commit 5da9bba844)
This commit is contained in:
Tobias Fella
2023-08-26 21:40:46 +02:00
parent 8439768cc3
commit ed496e04bb

View File

@@ -58,6 +58,7 @@ Kirigami.OverlaySheet {
elide: Text.ElideRight
wrapMode: Text.NoWrap
text: user.displayName
textFormat: Text.PlainText
}
Kirigami.SelectableLabel {