mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
No longer call initialize() since it's included in __init__
We now always run initialize() after __init__ in Uranium.
This commit is contained in:
parent
945429195e
commit
abc3cde568
@ -247,8 +247,6 @@ class CuraApplication(QtApplication):
|
||||
tray_icon_name = "cura-icon-32.png",
|
||||
**kwargs)
|
||||
|
||||
self.initialize()
|
||||
|
||||
# FOR TESTING ONLY
|
||||
if kwargs["parsed_command_line"].get("trigger_early_crash", False):
|
||||
assert not "This crash is triggered by the trigger_early_crash command line argument."
|
||||
|
Loading…
x
Reference in New Issue
Block a user