diff --git a/src/Home.qml b/src/Home.qml index 2092baed9..2d029adf2 100644 --- a/src/Home.qml +++ b/src/Home.qml @@ -287,6 +287,7 @@ HomeForm { property real maxHeight: parent.height * 3 / 4 anchors.bottom: parent.bottom clip: true + visible: rootItem.chartFooterVisible || rootItem.videoVisible Rectangle { id: dragHandle