mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 00:37:49 +00:00
wait a bit before loading plugins to avoid race conditions
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user