mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Fix missing attribute
CURA-5622 self._plugins_loaded should be there in the beginning or Cura will crash when it gets used.
This commit is contained in:
parent
55cf1fa137
commit
387fb3ce1f
1 changed files with 2 additions and 0 deletions
|
|
@ -226,6 +226,8 @@ class CuraApplication(QtApplication):
|
||||||
|
|
||||||
self._need_to_show_user_agreement = True
|
self._need_to_show_user_agreement = True
|
||||||
|
|
||||||
|
self._plugins_loaded = False
|
||||||
|
|
||||||
# Backups
|
# Backups
|
||||||
self._auto_save = None
|
self._auto_save = None
|
||||||
self._save_data_enabled = True
|
self._save_data_enabled = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue