diff options
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 5953c1f86..d5719b862 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -349,27 +349,6 @@ Kirigami.ScrollablePage { } } - property QtObject saveAction: Kirigami.Action { - icon { - name: "document-save" - } - onTriggered: { - Qt.inputMethod.hide() - startPage.saveCredentials(); - } - } - - property QtObject offlineAction: Kirigami.Action { - icon { - name: "qrc:/qml/nocloud.svg" - } - onTriggered: { - manager.syncToCloud = false - manager.credentialStatus = QMLManager.CS_NOCLOUD - manager.saveCloudCredentials() - } - } - onBackRequested: { if (startPage.visible && diveListView.count > 0 && manager.credentialStatus !== QMLManager.CS_INCORRECT_USER_PASSWD) { manager.credentialStatus = oldStatus |