From d563efd01f8f75c04d6a9f1b87b8a2244cc7e35d Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 3 Nov 2020 19:44:33 +0100 Subject: [pkg] put desktop place in gui folder for snaps this was left out of the packaging refactor by mistake. - Resolves: #368 --- gui/qml/main.qml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gui/qml/main.qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index a3218de..5d8b825 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -242,7 +242,11 @@ ApplicationWindow { MenuItem { text: qsTr("Help...") - onTriggered: Qt.openUrlExternally(ctx.helpURL) + + onTriggered: { + console.debug(Qt.resolvedUrl(ctx.helpURL)); + Qt.openUrlExternally(Qt.resolvedUrl(ctx.helpURL)) + } } MenuItem { -- cgit v1.2.3