Add 'Enterprise' if applicable to About-dialog.

done as a 15 min fix
This commit is contained in:
Remco Burema 2023-12-08 10:29:59 +01:00
parent c4a88a33a7
commit f8239aa1fa
2 changed files with 10 additions and 0 deletions

View file

@ -45,6 +45,16 @@ UM.Dialog
anchors.centerIn: parent
}
Image
{
id: enterpriseLogo
visible: CuraApplication.isEnterprise
source: UM.Theme.getImage("enterprise")
fillMode: Image.PreserveAspectFit
anchors.bottom: parent.bottom
}
UM.Label
{
id: version

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB