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/DonateDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/qml/DonateDialog.qml') diff --git a/gui/qml/DonateDialog.qml b/gui/qml/DonateDialog.qml index afbd57b..366d559 100644 --- a/gui/qml/DonateDialog.qml +++ b/gui/qml/DonateDialog.qml @@ -18,7 +18,7 @@ MessageDialog { onAccepted: { if (backend) { - Qt.openUrlExternally(ctx.donateURL) + Qt.openUrlExternally(Qt.resolvedUrl(ctx.donateURL)) backend.donateAccepted() } } -- cgit v1.2.3