Rev3221, Revert to afterLoad execution immediately after plugins loaded to avoid problems with plugins
This commit is contained in:
parent
fe59352800
commit
6db011d807
2 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,6 @@ class PluginManager:
|
|||
if dir_name not in self.plugin_names:
|
||||
self.plugin_names.append(dir_name)
|
||||
|
||||
def onLoaded(self):
|
||||
for func in self.after_load:
|
||||
func()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue