diff options
Diffstat (limited to 'app/qml/pages/AboutPage.qml')
| -rw-r--r-- | app/qml/pages/AboutPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/qml/pages/AboutPage.qml b/app/qml/pages/AboutPage.qml index c121608..86a05c5 100644 --- a/app/qml/pages/AboutPage.qml +++ b/app/qml/pages/AboutPage.qml @@ -80,7 +80,7 @@ Page { right: parent.right margins: Theme.paddingLarge * 2 } - onClicked: Qt.openUrlExternally("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MAGN86VCARBSA") + onClicked: Qt.openUrlExternally(donate.url) } Label { |
