mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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 {
|
Kirigami.Action {
|
||||||
icon {
|
icon {
|
||||||
|
|
Loading…
Add table
Reference in a new issue