This commit is contained in:
Matthias 2022-03-15 01:27:14 +01:00
parent e398d64885
commit 5f9a549918
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -30,7 +30,11 @@ class PluginAppConfig(AppConfig):
if not registry.is_loading:
# this is the first startup
# make sure all plugins are installed
registry.install_plugin_file()
# get plugins and init them
registry.collect_plugins()
registry.load_plugins()