Mobile: Add 'Contribute' link.

Add a link to the 'Contribute' page to the mobile app.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-02-06 23:40:58 +13:00
parent df1974a244
commit 345f0570a5
3 changed files with 67 additions and 0 deletions

View file

@ -460,6 +460,15 @@ if you have network connectivity and want to sync your data to cloud storage."),
Qt.openUrlExternally("https://www.subsurface-divelog.org/subsurface-mobile-user-manual/")
}
}
Kirigami.Action {
icon {
name: ":/icons/recycle.svg"
}
text: qsTr("Contribute to Subsurface")
onTriggered: {
Qt.openUrlExternally("https://www.subsurface-divelog.org/contribute/")
}
}
Kirigami.Action {
icon {
name: ":/icons/contact_support.svg"