mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-31 02:49:21 +00:00
Update configuration upon successfull remote provisioning
This commit is contained in:
parent
a4b7951b22
commit
5e3a2d07aa
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ SettingsModel::SettingsModel() {
|
|||
const std::string &message) {
|
||||
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
||||
if (status == linphone::ConfiguringState::Successful) {
|
||||
mConfig = core->getConfig();
|
||||
notifyConfigReady();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue