mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Create empty not supported container dynamically when no qualities are found - CURA-4451
This commit is contained in:
parent
ff732720ca
commit
560be2931a
2 changed files with 25 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class CrashHandler:
|
|||
self.exception_type = exception_type
|
||||
self.value = value
|
||||
self.traceback = tb
|
||||
self.dialog = QDialog()
|
||||
|
||||
# While we create the GUI, the information will be stored for sending afterwards
|
||||
self.data = dict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue