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