mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 08:22:04 +00:00
increase the wait a bit
This commit is contained in:
@@ -166,7 +166,7 @@ class PluginLoader extends Logger {
|
|||||||
this.initPluginBackendAPI();
|
this.initPluginBackendAPI();
|
||||||
|
|
||||||
Promise.all([this.getUserInfo(), this.updateVersion()])
|
Promise.all([this.getUserInfo(), this.updateVersion()])
|
||||||
.then(() => sleep(500))
|
.then(() => sleep(800))
|
||||||
.then(() => this.loadPlugins())
|
.then(() => this.loadPlugins())
|
||||||
.then(() => this.checkPluginUpdates())
|
.then(() => this.checkPluginUpdates())
|
||||||
.then(() => this.log('Initialized'));
|
.then(() => this.log('Initialized'));
|
||||||
|
|||||||
Reference in New Issue
Block a user