Make TLS as default SIP transport on other accounts creation.

This commit is contained in:
Julien Wadel 2023-11-16 13:42:50 +01:00
parent 5e1d6307d9
commit 0ebaff4355

View file

@ -165,6 +165,7 @@ import Common.Styles 1.0
ComboBox {
id: transport
model: [ 'UDP', 'TCP', 'TLS']
currentIndex: 2
}
}
}