mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 00:45:56 +08: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
@ -226,6 +226,8 @@ class CuraApplication(QtApplication):
|
||||
|
||||
self._need_to_show_user_agreement = True
|
||||
|
||||
self._plugins_loaded = False
|
||||
|
||||
# Backups
|
||||
self._auto_save = None
|
||||
self._save_data_enabled = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user