mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
MediaSettings: pass arguments to method
Change-Id: I9c751dbc1e9557b95c8d34e80e1e43cbe26d57d4
This commit is contained in:
parent
36e5bdb839
commit
f53c2be978
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ ColumnLayout {
|
|||
mediaListWidget.currentIndex = index;
|
||||
}
|
||||
|
||||
onMediaCodecStateChange: {
|
||||
onMediaCodecStateChange: function(idToSet, isToBeEnabled) {
|
||||
AvAdapter.enableCodec(idToSet, isToBeEnabled);
|
||||
updateCodecs();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue