diff options
Diffstat (limited to 'gui/components/Systray.qml')
-rw-r--r-- | gui/components/Systray.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Systray.qml b/gui/components/Systray.qml index d23a7c4..f25860c 100644 --- a/gui/components/Systray.qml +++ b/gui/components/Systray.qml @@ -34,7 +34,7 @@ Labs.SystemTrayIcon { Labs.MenuItem { text: qsTr("Donate") - onTriggered: root.openDonateDialog() + onTriggered: Qt.openUrlExternally(ctx.donateURL) } Labs.MenuSeparator {} |