summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applications/kube-mail/package/contents/ui/FocusComposer.qml20
1 files changed, 1 insertions, 19 deletions
diff --git a/applications/kube-mail/package/contents/ui/FocusComposer.qml b/applications/kube-mail/package/contents/ui/FocusComposer.qml
index 2be656ab..8ec01cc9 100644
--- a/applications/kube-mail/package/contents/ui/FocusComposer.qml
+++ b/applications/kube-mail/package/contents/ui/FocusComposer.qml
@@ -65,7 +65,7 @@ Rectangle {
65 } 65 }
66 66
67 RowLayout { 67 RowLayout {
68 Layout.fillWidth: true 68 Layout.alignment: Qt.AlignRight
69 69
70 Button { 70 Button {
71 text: "Send" 71 text: "Send"
@@ -75,24 +75,6 @@ Rectangle {
75 root.visible = false 75 root.visible = false
76 } 76 }
77 } 77 }
78
79 Button {
80 text: "Save Draft"
81
82 onClicked: {
83 composer.saveAsDraft()
84 root.visible = false
85 }
86 }
87
88 Button {
89 text: "Discard"
90
91 onClicked: {
92 composer.clear()
93 root.visible = false
94 }
95 }
96 } 78 }
97 } 79 }
98 } 80 }