Skip to content

Commit

Permalink
Merge pull request #792 from ElderOrb/hide_chart_for_decklink
Browse files Browse the repository at this point in the history
hide chart for decklink
  • Loading branch information
dericed authored Dec 8, 2023
2 parents ddea68f + e2c6711 commit e7c50fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/GUI/dvrescue/dvrescue/CaptureView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ Column {
anchors.left: parent.left
anchors.right: parent.right
height: 80
visible: !decklinkConfigButton.visible

QwtQuick2Plot {
id: videoPlot
Expand Down

0 comments on commit e7c50fe

Please sign in to comment.