mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:55:54 +08: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
@ -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…
x
Reference in New Issue
Block a user