mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: migrating download source validation to worker thread
This commit is contained in:
parent
dc94a886e6
commit
4e422bdf91
3 changed files with 31 additions and 16 deletions
|
@ -15,7 +15,7 @@ import { uploadGamesBatch } from "./services/library-sync";
|
|||
startMainLoop();
|
||||
|
||||
const loadState = async (userPreferences: UserPreferences | null) => {
|
||||
await RepacksManager.updateRepacks();
|
||||
RepacksManager.updateRepacks();
|
||||
|
||||
import("./events");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue