mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-06 20:23:08 +00:00
fix(AccountSettingModel): show complete sip-address (with display name) in address editor
This commit is contained in:
parent
d862ff120b
commit
fe9575d18f
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ QVariantMap AccountSettingsModel::getProxyConfigDescription (const shared_ptr<li
|
|||
{
|
||||
const shared_ptr<const linphone::Address> address = proxyConfig->getIdentityAddress();
|
||||
map["sipAddress"] = address
|
||||
? ::Utils::coreStringToAppString(proxyConfig->getIdentityAddress()->asStringUriOnly())
|
||||
? ::Utils::coreStringToAppString(proxyConfig->getIdentityAddress()->asString())
|
||||
: QString("");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue