Rev3221, Revert to afterLoad execution immediately after plugins loaded to avoid problems with plugins

This commit is contained in:
shortcutme 2018-01-19 02:51:16 +01:00
parent fe59352800
commit 6db011d807
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 0 additions and 2 deletions

View file

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