diff options
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 34a2f56c..098a1971 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -274,6 +274,8 @@ Kube.View { | |||
274 | 274 | ||
275 | Kube.Switch { | 275 | Kube.Switch { |
276 | id: html | 276 | id: html |
277 | //FIXME enable once the html editor works. | ||
278 | visible: false | ||
277 | text: checked ? qsTr("plain") : qsTr("html") | 279 | text: checked ? qsTr("plain") : qsTr("html") |
278 | focusPolicy: Qt.TabFocus | 280 | focusPolicy: Qt.TabFocus |
279 | focus: false | 281 | focus: false |