Fix emoji escape in file messages
This disables color emojis for now in filenames
This commit is contained in:
parent
7b7d29737f
commit
0afe1299e2
@ -39,7 +39,7 @@ Item {
|
||||
Text {
|
||||
id: filename
|
||||
Layout.fillWidth: true
|
||||
text: model.data.body
|
||||
text: model.data.filename
|
||||
textFormat: Text.PlainText
|
||||
elide: Text.ElideRight
|
||||
color: colors.text
|
||||
|
Loading…
Reference in New Issue
Block a user