mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix audio issues when using audio settings while being in call (bis).
Wrong QML signal.
This commit is contained in:
parent
d243ffaa2e
commit
a434eb730a
1 changed files with 1 additions and 1 deletions
|
|
@ -322,6 +322,6 @@ TabContainer {
|
|||
}
|
||||
Connections{
|
||||
target: SettingsModel
|
||||
onIsInCall: if(!SettingsModel.isInCall) SettingsModel.startCaptureGraph()
|
||||
onIsInCallChanged: if(!SettingsModel.isInCall) SettingsModel.startCaptureGraph()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue