From 262f3de515059cd7c1b67b0dc022ed0c4802c88d Mon Sep 17 00:00:00 2001
From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
Date: Thu, 3 Jun 2021 10:48:50 -0400
Subject: [PATCH] callactionbar: fix typo in slot name for recording state

Gitlab: #411
Change-Id: I09b18bb3f4997c38ef94067097efcc73f41b48ca
---
 src/mainview/components/CallActionBar.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainview/components/CallActionBar.qml b/src/mainview/components/CallActionBar.qml
index 73b50d65c..c14652972 100644
--- a/src/mainview/components/CallActionBar.qml
+++ b/src/mainview/components/CallActionBar.qml
@@ -308,7 +308,7 @@ Control {
         function onIsModeratorChanged() { reset() }
         function onIsAudioMutedChanged() { reset() }
         function onIsVideoMutedChanged() { reset() }
-        function onRecordingVisibleChanged() { reset() }
+        function onIsRecordingChanged() { reset() }
     }
 
     function reset() {
-- 
GitLab