summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2021-02-21 16:30:10 -0500
committertrilene <trilene@runbox.com>2021-02-21 16:30:10 -0500
commit70c77cdc44698104c11c222dc630bbcc26a27f3e (patch)
treedd4df1a85c7ae0618b16d87803637810ee0dcb0d /resources/qml/TimelineView.qml
parentRefine X11 test (diff)
downloadnheko-70c77cdc44698104c11c222dc630bbcc26a27f3e.tar.xz
Display screen sharing content locally
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 0cd129da..07145c7a 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -249,7 +249,7 @@ Page {
                         }
 
                         Loader {
-                            source: CallManager.isOnCall && CallManager.haveVideo ? "voip/VideoCall.qml" : ""
+                            source: CallManager.isOnCall && CallManager.callType != CallType.VOICE ? "voip/VideoCall.qml" : ""
                             onLoaded: TimelineManager.setVideoCallItem()
                         }