Skip to content

Commit

Permalink
show play/stop for unconfigured decklink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb authored and dericed committed Dec 11, 2023
1 parent 70f3f14 commit 7d4beb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/GUI/dvrescue/dvrescue/CapturePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ Rectangle {
doDeckControl('rew', 'rewinding')
}

stopButton.visible: !isDecklink || currentControlIndex !== 0
stopButton.onClicked: {
doDeckControl('stop', 'stopping')
}
Expand All @@ -232,7 +231,6 @@ Rectangle {
doDeckControl('srew', 'rplaying')
}

playButton.visible: !isDecklink || currentControlIndex !== 0
playButton.onClicked: {
if(!capturing)
doCapture('play')
Expand Down

0 comments on commit 7d4beb3

Please sign in to comment.