mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Fix assistant_third_party_sip_account_transport
This commit is contained in:
parent
666b94e277
commit
67f7ce5583
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ LoginLayout {
|
|||
{text: "DTLS", value: LinphoneEnums.TransportType.Dtls}
|
||||
]
|
||||
currentIndex: Utils.findIndex(model, function (entry) {
|
||||
return entry === SettingsCpp.assistantThirdPartySipAccountTransport.toUpperCase()
|
||||
return entry.text === SettingsCpp.assistantThirdPartySipAccountTransport.toUpperCase()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue