mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-18 07:31:59 -06:00
Extentions with no options are no longer shown
Fixes CURA-118
This commit is contained in:
parent
07031b6b65
commit
dd0c6f9f41
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue