mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Make the menu separator only show if there are quality changes profiles
This commit is contained in:
parent
41cf708db1
commit
b7093e8b57
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@ Menu
|
||||||
onObjectRemoved: menu.removeItem(object);
|
onObjectRemoved: menu.removeItem(object);
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuSeparator { id: customSeparator }
|
MenuSeparator
|
||||||
|
{
|
||||||
|
id: customSeparator
|
||||||
|
visible: Cura.UserProfilesModel.rowCount > 0
|
||||||
|
}
|
||||||
|
|
||||||
Instantiator
|
Instantiator
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue