mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:39:03 +08:00
Set CuraApplication display name
CURA-5842
This commit is contained in:
parent
6256e3f24b
commit
cb24549d7d
@ -161,6 +161,7 @@ class CuraApplication(QtApplication):
|
|||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(name = "cura",
|
super().__init__(name = "cura",
|
||||||
|
app_display_name = "Ultimaker Cura",
|
||||||
version = CuraVersion,
|
version = CuraVersion,
|
||||||
buildtype = CuraBuildType,
|
buildtype = CuraBuildType,
|
||||||
is_debug_mode = CuraDebugMode,
|
is_debug_mode = CuraDebugMode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user