diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-25 12:06:42 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-25 14:03:13 +0100 |
commit | ad10788ac3a60bffe053cec172e0e750f393905a (patch) | |
tree | 348452ebe54babed936b2bc5b905c7ddcc2f9130 /framework/qml/Messages.qml | |
parent | 20f9d05d780f160f2918fc96dbbc49c683104fce (diff) | |
download | kube-ad10788ac3a60bffe053cec172e0e750f393905a.tar.gz kube-ad10788ac3a60bffe053cec172e0e750f393905a.zip |
Close the popup after pressing send and make sure the relevant message
is available
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r-- | framework/qml/Messages.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml index 597afc0c..18db51ff 100644 --- a/framework/qml/Messages.qml +++ b/framework/qml/Messages.qml | |||
@@ -46,6 +46,7 @@ Item { | |||
46 | property string reply: "reply" | 46 | property string reply: "reply" |
47 | property string edit: "edit" | 47 | property string edit: "edit" |
48 | property string compose: "compose" | 48 | property string compose: "compose" |
49 | property string sendOutbox: "sendOutbox" | ||
49 | 50 | ||
50 | property string componentDone: "done" | 51 | property string componentDone: "done" |
51 | } | 52 | } |