From 6a23e0ef664d081ec9351603c76af8c46edd4e89 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 6 Apr 2016 11:42:38 -0700 Subject: QML UI: save with unchanged credentials returns to dive list If the user is on the credentials page, doesn't change the credentials but simply taps on save, they now get back to the dive list. Fixes #1047 Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 2bc62dbe3..36c225ef8 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -16,7 +16,7 @@ Kirigami.ApplicationWindow { header.preferredHeight: Kirigami.Units.gridUnit * (Qt.platform.os == "ios" ? 2 : 1) header.maximumHeight: Kirigami.Units.gridUnit * 2 property bool fullscreen: true - property int oldStatus: -1 + property alias oldStatus: manager.oldStatus property alias accessingCloud: manager.accessingCloud property QtObject notification: null property bool showingDiveList: false -- cgit v1.2.3-70-g09d2