summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/ComposerView.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index 9456e786..a4796932 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -443,6 +443,8 @@ Kube.View {
443 } 443 }
444 444
445 RowLayout { 445 RowLayout {
446 //FIXME: hide until it does something
447 visible: false
446 Kube.CheckBox {} 448 Kube.CheckBox {}
447 Kube.Label { 449 Kube.Label {
448 text: qsTr("encrypt") 450 text: qsTr("encrypt")
@@ -450,6 +452,8 @@ Kube.View {
450 } 452 }
451 453
452 RowLayout { 454 RowLayout {
455 //FIXME: hide until it does something
456 visible: false
453 Kube.CheckBox {} 457 Kube.CheckBox {}
454 Kube.Label { 458 Kube.Label {
455 text: qsTr("sign") 459 text: qsTr("sign")