Make the menu separator only show if there are quality changes profiles

This commit is contained in:
Diego Prado Gesto 2018-01-30 11:26:01 +01:00
parent 41cf708db1
commit b7093e8b57

View file

@ -29,7 +29,11 @@ Menu
onObjectRemoved: menu.removeItem(object);
}
MenuSeparator { id: customSeparator }
MenuSeparator
{
id: customSeparator
visible: Cura.UserProfilesModel.rowCount > 0
}
Instantiator
{