CURA-5622 self._plugins_loaded should be there in the beginning or Cura will crash when it gets used.
@@ -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