mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:55:54 +08:00
Make the menu separator only show if there are quality changes profiles
This commit is contained in:
parent
41cf708db1
commit
b7093e8b57
@ -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…
x
Reference in New Issue
Block a user