Skip to content

Commit

Permalink
Add 'Enterprise' if applicable to About-dialog.
Browse files Browse the repository at this point in the history
done as a 15 min fix

(cherry picked from commit f8239aa)
  • Loading branch information
rburema authored and jellespijker committed Dec 15, 2023
1 parent c3e8415 commit fb42fb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/qml/Dialogs/AboutDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added resources/themes/cura-light/images/enterprise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb42fb6

Please sign in to comment.