diff options
-rw-r--r-- | framework/qml/FolderListView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
77 | onCurrentIndexChanged: { | 77 | onCurrentIndexChanged: { |
78 | model.fetchMore(currentIndex) | 78 | model.fetchMore(currentIndex) |
79 | root.currentFolder = model.data(currentIndex, Kube.FolderListModel.DomainObject) | 79 | root.currentFolder = model.data(currentIndex, Kube.FolderListModel.DomainObject) |
80 | folderController.synchronizeAction.execute() | ||
80 | } | 81 | } |
81 | 82 | ||
82 | alternatingRowColors: false | 83 | alternatingRowColors: false |