From 6b43b3015dcfff3c0c535e9fee69e2011feeda17 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 22 Apr 2016 05:05:57 -0700 Subject: QML UI: turn off 'no cloud' button when not in use This needs to be actively cleared. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 355e0ba34..b9a75abb4 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -221,9 +221,11 @@ Kirigami.ScrollablePage { title = "Cloud credentials" } else if(manager.credentialStatus === QMLManager.VALID || manager.credentialStatus === QMLManager.VALID_EMAIL) { page.actions.main = page.addDiveAction + page.actions.right = null title = "Dive list" } else { page.actions.main = null + page.actions.right = null title = "Dive list" } } -- cgit v1.2.3-70-g09d2