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