mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
CuraAppDisplayName is already set as Enterprise
Contribute to CURA-9157
This commit is contained in:
parent
3e4453f48b
commit
f64b1a6e30
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ try:
|
|||
if CuraAppDisplayName == "":
|
||||
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
||||
if IsEnterpriseVersion:
|
||||
CuraAppDisplayName = CuraAppDisplayName + " Enterprise"
|
||||
CuraAppDisplayName = CuraAppDisplayName
|
||||
|
||||
except ImportError:
|
||||
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue