diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 12:35:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-13 12:35:00 +0200 |
commit | cceb07e1ce6c161ad92d98b3922956c4a99e52db (patch) | |
tree | a649cabfaa151e61fb6ccf2662d38e18ea683078 /framework/qml/FolderListView.qml | |
parent | d9f64e2c37e9d5d289b2108bed8e3efacc33007d (diff) | |
download | kube-cceb07e1ce6c161ad92d98b3922956c4a99e52db.tar.gz kube-cceb07e1ce6c161ad92d98b3922956c4a99e52db.zip |
Autosync folder when selecting it
Diffstat (limited to 'framework/qml/FolderListView.qml')
-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 |