Extentions with no options are no longer shown

Fixes CURA-118
This commit is contained in:
Jaime van Kessel 2015-09-08 15:31:10 +02:00
parent 07031b6b65
commit dd0c6f9f41

View File

@ -197,7 +197,8 @@ UM.MainWindow
{ {
id: sub_menu id: sub_menu
title: model.name; title: model.name;
visible: actions != null
enabled:actions != null
Instantiator Instantiator
{ {
model: actions model: actions