diff options
-rw-r--r-- | components/kube/qml/Kube.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/kube/qml/Kube.qml b/components/kube/qml/Kube.qml index eba70c70..bb161d8e 100644 --- a/components/kube/qml/Kube.qml +++ b/components/kube/qml/Kube.qml | |||
@@ -58,7 +58,10 @@ Controls2.ApplicationWindow { | |||
58 | interval: 300000 | 58 | interval: 300000 |
59 | running: !!app.currentFolder | 59 | running: !!app.currentFolder |
60 | repeat: true | 60 | repeat: true |
61 | onTriggered: Kube.Fabric.postMessage(Kube.Messages.synchronize, {"folder": app.currentFolder}) | 61 | onTriggered: { |
62 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"folder": app.currentFolder}) | ||
63 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"accountId": app.currentAccount, "type": "folder"}) | ||
64 | } | ||
62 | } | 65 | } |
63 | 66 | ||
64 | Kube.StartupCheck { | 67 | Kube.StartupCheck { |