mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
fix missing rich text in chat preview
This commit is contained in:
parent
08f8ff73df
commit
f0a4b7943c
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ ListView {
|
||||||
maximumLineCount: 1
|
maximumLineCount: 1
|
||||||
visible: !remoteComposingInfo.visible
|
visible: !remoteComposingInfo.visible
|
||||||
text: modelData ? modelData.core.lastMessageText : ""
|
text: modelData ? modelData.core.lastMessageText : ""
|
||||||
|
textFormat: Text.AutoText
|
||||||
color: DefaultStyle.main2_400
|
color: DefaultStyle.main2_400
|
||||||
font {
|
font {
|
||||||
pixelSize: Typography.p1.pixelSize
|
pixelSize: Typography.p1.pixelSize
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue