Init Markdown support.
This commit is contained in:
@@ -25,7 +25,7 @@ AvatarContainer {
|
||||
anchors.margins: 12
|
||||
wrapMode: Label.Wrap
|
||||
linkColor: isNotice ? Material.accent : sentByMe ? Material.accent : "white"
|
||||
textFormat: Text.StyledText
|
||||
textFormat: contentType === "text/html" ? Text.RichText : Text.StyledText
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user