summaryrefslogtreecommitdiffstats
path: root/framework/qml/Outbox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Outbox.qml')
-rw-r--r--framework/qml/Outbox.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/qml/Outbox.qml b/framework/qml/Outbox.qml
index 47deb1a5..9d14120a 100644
--- a/framework/qml/Outbox.qml
+++ b/framework/qml/Outbox.qml
@@ -68,9 +68,7 @@ Rectangle {
68 68
69 MouseArea { 69 MouseArea {
70 anchors.fill: parent 70 anchors.fill: parent
71 onClicked: { 71 onClicked: dialog.open()
72 dialog.visible = dialog.visible ? false : true
73 }
74 } 72 }
75 73
76 Kube.Popup { 74 Kube.Popup {