mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix emoji escape in file messages
This disables color emojis for now in filenames
This commit is contained in:
parent
7b7d29737f
commit
0afe1299e2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue