summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/ActiveCallBar.qml16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/qml/ActiveCallBar.qml b/resources/qml/ActiveCallBar.qml

index 7137197b..2a83a8e1 100644 --- a/resources/qml/ActiveCallBar.qml +++ b/resources/qml/ActiveCallBar.qml
@@ -104,6 +104,22 @@ Rectangle { } ImageButton { + visible: TimelineManager.onVideoCall + width: 24 + height: 24 + buttonTextColor: "#000000" + image: ":/icons/icons/ui/toggle-camera-view.png" + hoverEnabled: true + ToolTip.visible: hovered + ToolTip.text: "Toggle camera view" + onClicked: TimelineManager.toggleCameraView() + } + + Item { + implicitWidth: 8 + } + + ImageButton { width: 24 height: 24 buttonTextColor: "#000000"