diff --git a/src/Plugin/PluginManager.py b/src/Plugin/PluginManager.py index bda37e18..da010db7 100644 --- a/src/Plugin/PluginManager.py +++ b/src/Plugin/PluginManager.py @@ -59,6 +59,7 @@ class PluginManager: # Reload all plugins def reloadPlugins(self): + self.after_load = [] self.plugins_before = self.plugins self.plugins = defaultdict(list) # Reset registered plugins for module_name, module in sys.modules.items():