mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-04 14:13:28 +02:00
callactionbar: fix typo in slot name for recording state
Gitlab: #411 Change-Id: I09b18bb3f4997c38ef94067097efcc73f41b48ca
This commit is contained in:
parent
83defa1c76
commit
262f3de515
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ Control {
|
|||
function onIsModeratorChanged() { reset() }
|
||||
function onIsAudioMutedChanged() { reset() }
|
||||
function onIsVideoMutedChanged() { reset() }
|
||||
function onRecordingVisibleChanged() { reset() }
|
||||
function onIsRecordingChanged() { reset() }
|
||||
}
|
||||
|
||||
function reset() {
|
||||
|
|
Loading…
Add table
Reference in a new issue