mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-29 22:56:22 +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()));
|
.arg(QString::fromStdString(account->getParams()->getIdentityAddress()->asString()));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
coreManager->addingAccount(account->getParams());
|
coreManager->addingAccount(account->getParams());
|
||||||
|
setDefaultAccount(account);
|
||||||
}
|
}
|
||||||
emit accountSettingsUpdated();
|
emit accountSettingsUpdated();
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue