From 4ed369b9759d2a720cffcba3062d50713233150d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 8 Apr 2016 12:35:45 -0700 Subject: QML UI: only force network access when user asks us to So when the user taps on the manual cloud sync, we always force access to the cloud server. Otherwise we only access the cloud server if git_local_only isn't set. 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 cf67d2d5d..4f75f2d7f 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -138,7 +138,7 @@ Kirigami.ApplicationWindow { onTriggered: { globalDrawer.close() detailsWindow.endEditMode() - manager.saveChangesCloud(); + manager.saveChangesCloud(true); globalDrawer.close() } } -- cgit v1.2.3-70-g09d2