mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -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
|
||||
title: model.name;
|
||||
|
||||
visible: actions != null
|
||||
enabled:actions != null
|
||||
Instantiator
|
||||
{
|
||||
model: actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue