From dd0c6f9f416fc9760aca6ab331ccb11fd1af6d40 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 8 Sep 2015 15:31:10 +0200 Subject: [PATCH] Extentions with no options are no longer shown Fixes CURA-118 --- resources/qml/Cura.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 27d7e8e53d..9b5b69f2e2 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -197,7 +197,8 @@ UM.MainWindow { id: sub_menu title: model.name; - + visible: actions != null + enabled:actions != null Instantiator { model: actions