mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:28:59 +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):
|
||||
super().__init__(name = "cura",
|
||||
app_display_name = "Ultimaker Cura",
|
||||
version = CuraVersion,
|
||||
buildtype = CuraBuildType,
|
||||
is_debug_mode = CuraDebugMode,
|
||||
|
Loading…
x
Reference in New Issue
Block a user