summaryrefslogtreecommitdiffstats
path: root/components/package
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-16 14:48:30 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-16 14:54:14 +0100
commit28acccbfc1174638945a323049290b685299437f (patch)
tree74153f0c25ff26479e62ec1a7ea4939c3851cef2 /components/package
parent3a7ec69fb91d864b1ecaa3241a26b78c9a8b9430 (diff)
downloadkube-28acccbfc1174638945a323049290b685299437f.tar.gz
kube-28acccbfc1174638945a323049290b685299437f.zip
Close the composer when done
Diffstat (limited to 'components/package')
-rw-r--r--components/package/contents/ui/FocusComposer.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml
index aee20cd5..d3f0d050 100644
--- a/components/package/contents/ui/FocusComposer.qml
+++ b/components/package/contents/ui/FocusComposer.qml
@@ -42,9 +42,9 @@ Controls2.Popup {
42 property variant body 42 property variant body
43 } 43 }
44 44
45 /* onDone: { */ 45 onDone: {
46 /* root.close() */ 46 root.close()
47 /* } */ 47 }
48 } 48 }
49 49
50 //actions 50 //actions