mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 00:48:08 +00:00
Merge branch 'fix/6.1' into 'release/6.1'
Fix text format and update sdk to 5.4.79 See merge request BC/public/linphone-desktop!1653
This commit is contained in:
commit
32fe9fed7b
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ TextEdit {
|
|||
contentGui.core.setSearchedTextPart(searchedTextPart)
|
||||
}
|
||||
|
||||
textFormat: Text.RichText // To supports links and imgs.
|
||||
textFormat: Text.AutoText // To supports links and imgs.
|
||||
wrapMode: TextEdit.Wrap
|
||||
|
||||
onLinkActivated: (link) => {
|
||||
|
|
|
|||
2
external/linphone-sdk
vendored
2
external/linphone-sdk
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 323a973275fdb2d99da91c04b1c74816f92b11d3
|
||||
Subproject commit 3a8181af1898277b8e5c5ec8aedc2b1486c43a7f
|
||||
Loading…
Add table
Reference in a new issue