mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Set CuraApplication display name
CURA-5842
This commit is contained in:
parent
6256e3f24b
commit
cb24549d7d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue