mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Make an extra early crash dialog
CURA-4895 An early crash dialog showing options to backup the current user data and reset the configuration files.
This commit is contained in:
parent
1d946085d3
commit
6bbc18d51e
3 changed files with 125 additions and 8 deletions
|
|
@ -134,7 +134,6 @@ class CuraApplication(QtApplication):
|
|||
stacksValidationFinished = pyqtSignal() # Emitted whenever a validation is finished
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
|
||||
# this list of dir names will be used by UM to detect an old cura directory
|
||||
for dir_name in ["extruders", "machine_instances", "materials", "plugins", "quality", "user", "variants"]:
|
||||
Resources.addExpectedDirNameInData(dir_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue