diff options
Diffstat (limited to 'components/kube/qml/Kube.qml')
-rw-r--r-- | components/kube/qml/Kube.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/components/kube/qml/Kube.qml b/components/kube/qml/Kube.qml index 17e77ebe..f8698570 100644 --- a/components/kube/qml/Kube.qml +++ b/components/kube/qml/Kube.qml | |||
@@ -107,12 +107,6 @@ Controls2.ApplicationWindow { | |||
107 | if (kubeViews.currentItem && kubeViews.currentItem.refresh) { | 107 | if (kubeViews.currentItem && kubeViews.currentItem.refresh) { |
108 | kubeViews.currentItem.refresh() | 108 | kubeViews.currentItem.refresh() |
109 | } | 109 | } |
110 | if (!!app.currentFolder) { | ||
111 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"folder": app.currentFolder}); | ||
112 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"accountId": app.currentAccount, "type": "folder"}) | ||
113 | } else { | ||
114 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"accountId": app.currentAccount}) | ||
115 | } | ||
116 | } | 110 | } |
117 | } | 111 | } |
118 | //END Shortcuts | 112 | //END Shortcuts |