mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix AutoSave crashing the early crash dialog
CURA-4895
This commit is contained in:
parent
547baff239
commit
b59eadce1c
4 changed files with 18 additions and 13 deletions
|
@ -106,14 +106,6 @@ if not MYPY:
|
|||
CuraDebugMode = False
|
||||
|
||||
|
||||
#
|
||||
# A global signal which is triggered when CuraApplication has finished its start up.
|
||||
# This is used to initialise some plugins such as AutoSave which should only be started after the application passed
|
||||
# the start up successfully.
|
||||
#
|
||||
applicationStarted = pyqtSignal()
|
||||
|
||||
|
||||
class CuraApplication(QtApplication):
|
||||
# SettingVersion represents the set of settings available in the machine/extruder definitions.
|
||||
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue