Skip to content
Snippets Groups Projects
Commit f2e3c2cb authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

[ #14036 ] Fix audio settings

parent 754b2b07
Branches
Tags
No related merge requests found
...@@ -372,6 +372,7 @@ void Account::save() ...@@ -372,6 +372,7 @@ void Account::save()
} }
m_pVideoCodecs->save(); m_pVideoCodecs->save();
saveAudioCodecs(); saveAudioCodecs();
emit changed(this);
} }
///sync with the daemon, this need to be done manually to prevent reloading the account while it is being edited ///sync with the daemon, this need to be done manually to prevent reloading the account while it is being edited
...@@ -392,6 +393,7 @@ void Account::reload() ...@@ -392,6 +393,7 @@ void Account::reload()
m_pAccountDetails = new MapStringString(aDetails); m_pAccountDetails = new MapStringString(aDetails);
} }
m_CurrentState = READY; m_CurrentState = READY;
emit changed(this);
} }
///Reload credentials from DBUS ///Reload credentials from DBUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment