mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 12:28:08 +00:00
fix default account.
This commit is contained in:
parent
26e7bf60d0
commit
0b34216da8
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