Skip to content

Commit

Permalink
Merge pull request Ultimaker#17201 from Ultimaker/CURA-11266-
Browse files Browse the repository at this point in the history
Grey out menu if no items are present
  • Loading branch information
wawanbreton authored Nov 3, 2023
2 parents a96ec76 + cf2be72 commit e52b580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/qml/Menus/MaterialMenu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Cura.Menu
{
id: genericMenu
title: catalog.i18nc("@label:category menu label", "Generic")
enabled: genericMaterialsModel.items.length > 0

Instantiator
{
Expand Down

0 comments on commit e52b580

Please sign in to comment.