summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/ComposerView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index a27e90e9..25244199 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -278,8 +278,6 @@ Kube.View {
278 278
279 Kube.Switch { 279 Kube.Switch {
280 id: html 280 id: html
281 //FIXME enable once the html editor works.
282 visible: false
283 text: checked ? qsTr("plain") : qsTr("html") 281 text: checked ? qsTr("plain") : qsTr("html")
284 focusPolicy: Qt.TabFocus 282 focusPolicy: Qt.TabFocus
285 focus: false 283 focus: false