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 {
|
Text {
|
||||||
id: filename
|
id: filename
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: model.data.body
|
text: model.data.filename
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.PlainText
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
color: colors.text
|
color: colors.text
|
||||||
|
Loading…
Reference in New Issue
Block a user