Force plain text user display name in user detail sheet

This commit is contained in:
Tobias Fella
2023-08-26 21:40:46 +02:00
committed by Tobias Fella
parent 84373712ef
commit 5da9bba844

View File

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