diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-28 18:55:12 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-08-03 14:04:22 -0400 |
| commit | d9ab176bc78f0cbc5727fbb04bf320a7c9bae426 (patch) | |
| tree | 5cf98ee355a790c82a8286186afe8136aebe1f2a /frontend/src | |
| parent | ff856c71486f534c87ef2fb340ce8c75e0c07b72 (diff) | |
| download | decky-loader-d9ab176bc78f0cbc5727fbb04bf320a7c9bae426.tar.gz decky-loader-d9ab176bc78f0cbc5727fbb04bf320a7c9bae426.zip | |
increase the wait a bit
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index 2a46ca1e..09fb4433 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -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')); |
