Skip to content
Snippets Groups Projects
Commit 0afe1299 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix emoji escape in file messages

This disables color emojis for now in filenames
parent 7b7d2973
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment