From a2246753d84a47587b44425f36a52d9005cd8f74 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 27 Dec 2019 10:41:47 -0800 Subject: mobile UI: add menu item for cloud password reset Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mobile-widgets/qml') 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 { -- cgit v1.2.3-70-g09d2