diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index a05e7a6d26..1cae329621 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -714,7 +714,7 @@ class CuraApplication(QtApplication): ## Handle loading of all plugin types (and the backend explicitly) # \sa PluginRegistry def _loadPlugins(self) -> None: - self._plugin_registry.setCheckIfTrusted(ApplicationMetadata.IsEnterpriseVersion) + self._plugin_registry.setCheckIfTrusted(ApplicationMetadata.IsEnterpriseVersion, ApplicationMetadata.CuraDebugMode) self._plugin_registry.addType("profile_reader", self._addProfileReader) self._plugin_registry.addType("profile_writer", self._addProfileWriter)