Trigger onLoaded after config loaded
This commit is contained in:
parent
6d644922d5
commit
155f05cb63
2 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ 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