Fix undefined StyledText error
StyledText is an enum for Text not TextEdit
This commit is contained in:
@@ -148,7 +148,7 @@ TimelineDelegate {
|
||||
visible: root.folded
|
||||
|
||||
text: root.aggregateDisplay
|
||||
textFormat: TextEdit.StyledText
|
||||
textFormat: Text.StyledText
|
||||
elide: Text.ElideRight
|
||||
onLinkActivated: RoomManager.resolveResource(link)
|
||||
HoverHandler {
|
||||
|
||||
Reference in New Issue
Block a user