Fix > parsing and local echo
This commit is contained in:
@@ -66,10 +66,8 @@ Row {
|
||||
id: contentLabel
|
||||
width: parent.width
|
||||
|
||||
Component.onCompleted: print(text)
|
||||
text: '<style type="text/css">' +
|
||||
theme.chat.message.stylesheet +
|
||||
'</style>' +
|
||||
Component.onCompleted: print(text, "\n")
|
||||
text: theme.chat.message.styleInclude +
|
||||
Utils.processedEventText(model) +
|
||||
// time
|
||||
" <font size=" + theme.fontSize.small +
|
||||
|
Reference in New Issue
Block a user