diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 12:17:09 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 12:17:09 +0200 |
commit | 99bbcedaeaa7f2a951fc1c122b31c874d81d768e (patch) | |
tree | 7c16e0cb3358d9cbef132ea588b40e847c54926d /components | |
parent | 21c11df4af4de9c0502cc659394f01df808453e4 (diff) | |
download | kube-99bbcedaeaa7f2a951fc1c122b31c874d81d768e.tar.gz kube-99bbcedaeaa7f2a951fc1c122b31c874d81d768e.zip |
Hide html editor until it works.
Diffstat (limited to 'components')
-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 |