mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-01 00:16:23 +00:00
fix(SettingsModel): call proxyConfig->edit before edition
This commit is contained in:
parent
b2999ed4d7
commit
38a09dc34d
1 changed files with 2 additions and 0 deletions
|
|
@ -186,6 +186,8 @@ bool AccountSettingsModel::addOrUpdateProxyConfig (
|
|||
) {
|
||||
Q_CHECK_PTR(proxyConfig);
|
||||
|
||||
proxyConfig->edit();
|
||||
|
||||
QString literal = data["sipAddress"].toString();
|
||||
|
||||
// Sip address.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue