mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
feat: use main-loop to watch seeding list
This commit is contained in:
@@ -10,6 +10,7 @@ export const startMainLoop = async () => {
|
||||
watchProcesses(),
|
||||
DownloadManager.watchDownloads(),
|
||||
AchievementWatcherManager.watchAchievements(),
|
||||
DownloadManager.watchSeedingList(),
|
||||
]);
|
||||
|
||||
await sleep(1500);
|
||||
|
||||
Reference in New Issue
Block a user