summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-12 17:30:38 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-12 17:30:38 +0200
commita2894c03a83d3d9a00d44c752aa94fc12c96d858 (patch)
tree7dc9056d7c249ac7b78d446ee4aaf68dea9173f8 /components
parentc01bd56f6fd78a33669e683f088db36d6c920f39 (diff)
downloadkube-a2894c03a83d3d9a00d44c752aa94fc12c96d858.tar.gz
kube-a2894c03a83d3d9a00d44c752aa94fc12c96d858.zip
Load html messages as html
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/ComposerView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index 95f267b2..9456e786 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -283,6 +283,7 @@ Kube.View {
283 text: checked ? qsTr("plain") : qsTr("html") 283 text: checked ? qsTr("plain") : qsTr("html")
284 focusPolicy: Qt.TabFocus 284 focusPolicy: Qt.TabFocus
285 focus: false 285 focus: false
286 checked: composerController.htmlBody
286 } 287 }
287 288
288 Row { 289 Row {