summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 2aaf51f44..2e86fd10b 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -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 {