diff options
Diffstat (limited to 'framework/qml/Outbox.qml')
-rw-r--r-- | framework/qml/Outbox.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/qml/Outbox.qml b/framework/qml/Outbox.qml index a9a1a1d6..215fc3a2 100644 --- a/framework/qml/Outbox.qml +++ b/framework/qml/Outbox.qml | |||
@@ -158,7 +158,10 @@ Kube.IconButton { | |||
158 | visible: listView.count != 0 | 158 | visible: listView.count != 0 |
159 | 159 | ||
160 | text: qsTr("Send now") | 160 | text: qsTr("Send now") |
161 | onClicked: Kube.Fabric.postMessage(Kube.Messages.sendOutbox, {}) | 161 | onClicked: { |
162 | Kube.Fabric.postMessage(Kube.Messages.sendOutbox, {}) | ||
163 | dialog.close() | ||
164 | } | ||
162 | } | 165 | } |
163 | 166 | ||
164 | Kube.Label { | 167 | Kube.Label { |