Skip to content

Commit

Permalink
fixing footer always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jul 22, 2024
1 parent de5c371 commit 1bd865f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Home.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bd865f

Please sign in to comment.