mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix default account.
This commit is contained in:
parent
0ebaff4355
commit
0b9130c37e
1 changed files with 1 additions and 1 deletions
|
|
@ -144,8 +144,8 @@ bool AccountSettingsModel::addOrUpdateAccount (std::shared_ptr<linphone::Account
|
|||
.arg(QString::fromStdString(account->getParams()->getIdentityAddress()->asString()));
|
||||
return false;
|
||||
}
|
||||
|
||||
coreManager->addingAccount(account->getParams());
|
||||
setDefaultAccount(account);
|
||||
}
|
||||
emit accountSettingsUpdated();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue