From cceb07e1ce6c161ad92d98b3922956c4a99e52db Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 13 Apr 2017 12:35:00 +0200 Subject: Autosync folder when selecting it --- framework/qml/FolderListView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/qml/FolderListView.qml b/framework/qml/FolderListView.qml index 39cc8ba4..1455be21 100644 --- a/framework/qml/FolderListView.qml +++ b/framework/qml/FolderListView.qml @@ -77,6 +77,7 @@ Rectangle { onCurrentIndexChanged: { model.fetchMore(currentIndex) root.currentFolder = model.data(currentIndex, Kube.FolderListModel.DomainObject) + folderController.synchronizeAction.execute() } alternatingRowColors: false -- cgit v1.2.3