mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
feat: delay in seed process
This commit is contained in:
@@ -12,6 +12,7 @@ export const startSeedProcess = async () => {
|
||||
});
|
||||
|
||||
if (seedList.length === 0) return;
|
||||
await sleep(1000);
|
||||
|
||||
seedList.map(async (game) => {
|
||||
await DownloadManager.startDownload(game);
|
||||
|
||||
Reference in New Issue
Block a user