feat: adding badges

This commit is contained in:
Chubby Granny Chaser 2024-06-03 22:16:07 +01:00
parent 5afe78467e
commit 4559e23610
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ const loadState = async (userPreferences: UserPreferences | null) => {
}); });
repacksWorker.run(repacks, { name: "setRepacks" }); repacksWorker.run(repacks, { name: "setRepacks" });
fetchDownloadSourcesAndUpdate(); fetchDownloadSourcesAndUpdate();
}; };