diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 21:21:21 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-30 21:22:49 +0100 |
commit | 1fb9c722ae69febcda5de86c91adf43a04f1de85 (patch) | |
tree | 2d9062bc913a439d6be9830a213a953d3ccaf182 /gui/components | |
parent | 9c2453b05a98bc5131c37c5dfb535f10bf1054f5 (diff) |
[ui] open donation page directly
Diffstat (limited to 'gui/components')
-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 {} |