summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-12 12:04:56 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-12 12:04:56 +0200
commitb07fad009b2cdfdd802bc3461c1c884c15856548 (patch)
tree77086a1cbaf7342a10227a2733711b1f05b93af8
parentabb3ed57b0249bf46f71a6b230a265284fff2a0d (diff)
downloadkube-b07fad009b2cdfdd802bc3461c1c884c15856548.tar.gz
kube-b07fad009b2cdfdd802bc3461c1c884c15856548.zip
Hook up enabled status
-rw-r--r--framework/qml/FocusComposer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/FocusComposer.qml b/framework/qml/FocusComposer.qml
index bd5612f1..1d2d24c6 100644
--- a/framework/qml/FocusComposer.qml
+++ b/framework/qml/FocusComposer.qml
@@ -240,7 +240,7 @@ Kube.Popup {
240 width: saveDraftButton.width 240 width: saveDraftButton.width
241 241
242 text: "Send" 242 text: "Send"
243 //TODO enabled: sendAction.enabled 243 enabled: sendAction.enabled
244 onClicked: { 244 onClicked: {
245 sendAction.execute() 245 sendAction.execute()
246 } 246 }