diff options
Diffstat (limited to 'gui/qml/DonateDialog.qml')
-rw-r--r-- | gui/qml/DonateDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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() } } |