fix missing rich text in chat preview

This commit is contained in:
Gaelle Braud 2026-03-16 09:44:44 +01:00
parent 08f8ff73df
commit f0a4b7943c

View file

@ -244,6 +244,7 @@ ListView {
maximumLineCount: 1
visible: !remoteComposingInfo.visible
text: modelData ? modelData.core.lastMessageText : ""
textFormat: Text.AutoText
color: DefaultStyle.main2_400
font {
pixelSize: Typography.p1.pixelSize