mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Grey out menu if no items are present
CURA-11266
This commit is contained in:
parent
b0d4d4a0e7
commit
cf2be72cd3
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ Cura.Menu
|
||||||
{
|
{
|
||||||
id: genericMenu
|
id: genericMenu
|
||||||
title: catalog.i18nc("@label:category menu label", "Generic")
|
title: catalog.i18nc("@label:category menu label", "Generic")
|
||||||
|
enabled: genericMaterialsModel.items.length > 0
|
||||||
|
|
||||||
Instantiator
|
Instantiator
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue