Skip to content

Commit

Permalink
Merge pull request #623 from ElderOrb/about
Browse files Browse the repository at this point in the history
show About dialog on clicking dvrescue logo
  • Loading branch information
dericed authored Oct 19, 2022
2 parents 5067cbc + 36d1fde commit 440083e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/GUI/dvrescue/dvrescue/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ ApplicationWindow {
anchors.leftMargin: 10
anchors.top: parent.top
anchors.topMargin: 10

TapHandler {
onTapped: {
about.open()
}
}
}

AboutDialog {
Expand Down

0 comments on commit 440083e

Please sign in to comment.