mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
mobile UI: add menu item for cloud password reset
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ab93e0f55c
commit
a2246753d8
1 changed files with 10 additions and 0 deletions
|
@ -474,6 +474,16 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
}
|
||||
}
|
||||
}
|
||||
Kirigami.Action{
|
||||
icon {
|
||||
name: ":/icons/account_circle.svg"
|
||||
}
|
||||
text: qsTr("Reset forgotten Subsurface Cloud password")
|
||||
onTriggered: {
|
||||
Qt.openUrlExternally("https://cloud.subsurface-divelog.org/passwordreset")
|
||||
globalDrawer.close()
|
||||
}
|
||||
}
|
||||
},
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
|
|
Loading…
Reference in a new issue