Fix emoji escape in file messages

This disables color emojis for now in filenames
This commit is contained in:
Nicolas Werner 2020-09-19 22:55:25 +02:00
parent 7b7d29737f
commit 0afe1299e2
1 changed files with 1 additions and 1 deletions

View File

@ -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