mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Hide settings visibility row if it is not in preferences
CURA-4344 Hide the row which shows the number of settings that are visible on the project file loading dialog if this information is not available.
This commit is contained in:
parent
ac05843831
commit
245eec9314
3 changed files with 14 additions and 0 deletions
|
@ -331,6 +331,7 @@ UM.Dialog
|
|||
{
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
visible: manager.hasVisibleSettingsField
|
||||
Label
|
||||
{
|
||||
text: catalog.i18nc("@action:label", "Visible settings:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue