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:
Lipu Fei 2018-08-08 11:31:21 +02:00
parent 55cf1fa137
commit 387fb3ce1f

View File

@ -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