mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
df1974a244
commit
345f0570a5
3 changed files with 67 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue