mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-18 04:38:29 +00:00
fix chat message ui #LINQT-2495
This commit is contained in:
parent
cd787ccf4b
commit
540339b933
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ TextEdit {
|
|||
contentGui.core.setSearchedTextPart(searchedTextPart)
|
||||
}
|
||||
|
||||
textFormat: Text.AutoText // To supports links and imgs.
|
||||
textFormat: Text.RichText // To supports links and imgs.
|
||||
wrapMode: TextEdit.Wrap
|
||||
|
||||
onLinkActivated: (link) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue