mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Make TLS as default SIP transport on other accounts creation.
This commit is contained in:
parent
5e1d6307d9
commit
0ebaff4355
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ import Common.Styles 1.0
|
|||
ComboBox {
|
||||
id: transport
|
||||
model: [ 'UDP', 'TCP', 'TLS']
|
||||
currentIndex: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue