mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Always add Enterprise to name if Enterprise version.
part of CURA-7011
This commit is contained in:
parent
c8e86c8b18
commit
4d8c19ccc8
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ try:
|
|||
from cura.CuraVersion import CuraAppDisplayName # type: ignore
|
||||
if CuraAppDisplayName == "":
|
||||
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
||||
if IsEnterpriseVersion:
|
||||
CuraAppDisplayName = CuraAppDisplayName + " Enterprise"
|
||||
if IsEnterpriseVersion:
|
||||
CuraAppDisplayName = CuraAppDisplayName + " Enterprise"
|
||||
|
||||
except ImportError:
|
||||
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue