From 36d1fdef1c4eea62cf783920ffb6215fe35da5cb Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Wed, 19 Oct 2022 21:50:53 +0400 Subject: [PATCH] show About dialog on clicking dvrescue logo --- Source/GUI/dvrescue/dvrescue/main.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/GUI/dvrescue/dvrescue/main.qml b/Source/GUI/dvrescue/dvrescue/main.qml index c0c63135..7e3e3a88 100644 --- a/Source/GUI/dvrescue/dvrescue/main.qml +++ b/Source/GUI/dvrescue/dvrescue/main.qml @@ -36,6 +36,12 @@ ApplicationWindow { anchors.leftMargin: 10 anchors.top: parent.top anchors.topMargin: 10 + + TapHandler { + onTapped: { + about.open() + } + } } AboutDialog {