mobile UI: add menu item for cloud password reset

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-12-27 10:41:47 -08:00
parent ab93e0f55c
commit a2246753d8

View file

@ -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 {