mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: get seed status
This commit is contained in:
parent
9c9c0e6c09
commit
c556a00e4a
4 changed files with 26 additions and 0 deletions
|
@ -10,6 +10,7 @@ export const startMainLoop = async () => {
|
|||
watchProcesses(),
|
||||
DownloadManager.watchDownloads(),
|
||||
AchievementWatcherManager.watchAchievements(),
|
||||
DownloadManager.getSeedStatus(),
|
||||
]);
|
||||
|
||||
await sleep(1500);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue