mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -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);
|
||||
}
|
||||
|
||||
MenuSeparator { id: customSeparator }
|
||||
MenuSeparator
|
||||
{
|
||||
id: customSeparator
|
||||
visible: Cura.UserProfilesModel.rowCount > 0
|
||||
}
|
||||
|
||||
Instantiator
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue