Просмотр исходного кода

Fix missing attribute

CURA-5622

self._plugins_loaded should be there in the beginning or Cura will crash
when it gets used.
Lipu Fei 6 лет назад
Родитель
Сommit
387fb3ce1f
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      cura/CuraApplication.py

+ 2 - 0
cura/CuraApplication.py

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