diff options
author | trilene <trilene@runbox.com> | 2020-12-17 12:45:54 -0500 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-07 14:04:21 +0100 |
commit | 459c59901e85d5ac4e04b48ba68a046142ea5bf8 (patch) | |
tree | 8064783d2d6b0303dae36d4b99dfb4ba5e70ac84 /resources | |
parent | Make call invites less intrusive (diff) | |
download | nheko-459c59901e85d5ac4e04b48ba68a046142ea5bf8.tar.xz |
Fix one-way video calls
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/voip/ActiveCallBar.qml | 2 |
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" |