Better install process UX, fix reinstalling

This commit is contained in:
AAGaming
2022-07-25 17:13:50 -04:00
parent 52dded85ed
commit afb2c7c0ed
7 changed files with 69 additions and 26 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class PluginManager:
allow_headers="*")
})
self.plugin_loader = Loader(self.web_app, CONFIG["plugin_path"], self.loop, CONFIG["live_reload"])
self.plugin_browser = PluginBrowser(CONFIG["plugin_path"], self.web_app)
self.plugin_browser = PluginBrowser(CONFIG["plugin_path"], self.web_app, self.plugin_loader.plugins)
self.utilities = Utilities(self)
self.updater = Updater(self)