mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Log app display name, version, api version and build type when starting
Only build type was requested, but I figured: why not all the things? Also fixes an arg typo CURA-7011
This commit is contained in:
parent
b3430a1fad
commit
da6d4e6186
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class CuraApplication(QtApplication):
|
|||
app_display_name = ApplicationMetadata.CuraAppDisplayName,
|
||||
version = ApplicationMetadata.CuraVersion,
|
||||
api_version = ApplicationMetadata.CuraSDKVersion,
|
||||
buildtype = ApplicationMetadata.CuraBuildType,
|
||||
build_type = ApplicationMetadata.CuraBuildType,
|
||||
is_debug_mode = ApplicationMetadata.CuraDebugMode,
|
||||
tray_icon_name = "cura-icon-32.png",
|
||||
**kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue