mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
Remove DTLS as it is not supported
This commit is contained in:
parent
a0731bfc61
commit
33d559811b
2 changed files with 2 additions and 3 deletions
|
|
@ -70,8 +70,7 @@ AssistantAbstractView {
|
|||
|
||||
ComboBox {
|
||||
id: transport
|
||||
model: [ 'UDP', 'TCP', 'TLS', 'DTLS' ]
|
||||
currentIndex:2
|
||||
model: [ 'UDP', 'TCP', 'TLS']
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ DialogPlus {
|
|||
id: transport
|
||||
|
||||
enabled: dialog._serverAddressOk
|
||||
model: [ 'UDP', 'TCP', 'TLS', 'DTLS' ]
|
||||
model: [ 'UDP', 'TCP', 'TLS' ]
|
||||
|
||||
onActivated: Logic.handleTransportChanged(model[index])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue