diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index e7179e0a..2a46ca1e 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -166,6 +166,7 @@ class PluginLoader extends Logger { this.initPluginBackendAPI(); Promise.all([this.getUserInfo(), this.updateVersion()]) + .then(() => sleep(500)) .then(() => this.loadPlugins()) .then(() => this.checkPluginUpdates()) .then(() => this.log('Initialized'));