Merge pull request #17201 from Ultimaker/CURA-11266-

Grey out menu if no items are present
This commit is contained in:
Erwan MATHIEU 2023-11-03 14:44:30 +01:00 committed by GitHub
commit e52b580988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ Cura.Menu
{
id: genericMenu
title: catalog.i18nc("@label:category menu label", "Generic")
enabled: genericMaterialsModel.items.length > 0
Instantiator
{