mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:16:02 +08:00
Always add Enterprise to name if Enterprise version.
part of CURA-7011
This commit is contained in:
parent
c8e86c8b18
commit
4d8c19ccc8
@ -51,8 +51,8 @@ try:
|
|||||||
from cura.CuraVersion import CuraAppDisplayName # type: ignore
|
from cura.CuraVersion import CuraAppDisplayName # type: ignore
|
||||||
if CuraAppDisplayName == "":
|
if CuraAppDisplayName == "":
|
||||||
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
||||||
if IsEnterpriseVersion:
|
if IsEnterpriseVersion:
|
||||||
CuraAppDisplayName = CuraAppDisplayName + " Enterprise"
|
CuraAppDisplayName = CuraAppDisplayName + " Enterprise"
|
||||||
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
CuraAppDisplayName = DEFAULT_CURA_DISPLAY_NAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user