Force plain text user display name in user detail sheet
(cherry picked from commit 5da9bba844)
This commit is contained in:
@@ -58,6 +58,7 @@ Kirigami.OverlaySheet {
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
wrapMode: Text.NoWrap
|
wrapMode: Text.NoWrap
|
||||||
text: user.displayName
|
text: user.displayName
|
||||||
|
textFormat: Text.PlainText
|
||||||
}
|
}
|
||||||
|
|
||||||
Kirigami.SelectableLabel {
|
Kirigami.SelectableLabel {
|
||||||
|
|||||||
Reference in New Issue
Block a user