mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Extentions with no options are no longer shown
Fixes CURA-118
This commit is contained in:
parent
07031b6b65
commit
dd0c6f9f41
@ -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…
x
Reference in New Issue
Block a user