summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-12-17 12:45:54 -0500
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-07 14:04:21 +0100
commit459c59901e85d5ac4e04b48ba68a046142ea5bf8 (patch)
tree8064783d2d6b0303dae36d4b99dfb4ba5e70ac84 /resources
parentMake call invites less intrusive (diff)
downloadnheko-459c59901e85d5ac4e04b48ba68a046142ea5bf8.tar.xz
Fix one-way video calls
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/voip/ActiveCallBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/voip/ActiveCallBar.qml b/resources/qml/voip/ActiveCallBar.qml
index 9efdb325..a1ddd853 100644
--- a/resources/qml/voip/ActiveCallBar.qml
+++ b/resources/qml/voip/ActiveCallBar.qml
@@ -148,7 +148,7 @@ Rectangle {
         }
 
         ImageButton {
-            visible: CallManager.isVideo
+            visible: CallManager.haveLocalVideo
             width: 24
             height: 24
             buttonTextColor: "#000000"