Browse Source

Add 'Enterprise' if applicable to About-dialog.

done as a 15 min fix
Remco Burema 1 year ago
parent
commit
f8239aa1fa

+ 10 - 0
resources/qml/Dialogs/AboutDialog.qml

@@ -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

BIN
resources/themes/cura-light/images/enterprise.png