diff options
Diffstat (limited to 'gui/components/MainView.qml')
-rw-r--r-- | gui/components/MainView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/MainView.qml b/gui/components/MainView.qml index c103565..0893a2a 100644 --- a/gui/components/MainView.qml +++ b/gui/components/MainView.qml @@ -53,7 +53,7 @@ Page { text: qsTr("Donate") icon: "../resources/donate.svg" triggered: function () { - donateDialog.open() + Qt.openUrlExternally(ctx.donateURL) } } ListElement { |