1
0
Fork 0
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:
Andreas Traczyk 2021-06-03 10:48:50 -04:00
parent 83defa1c76
commit 262f3de515

View file

@ -308,7 +308,7 @@ Control {
function onIsModeratorChanged() { reset() }
function onIsAudioMutedChanged() { reset() }
function onIsVideoMutedChanged() { reset() }
function onRecordingVisibleChanged() { reset() }
function onIsRecordingChanged() { reset() }
}
function reset() {