feat: checkbox to disable new game update badges

This commit is contained in:
Moyasee
2025-11-15 16:46:02 +02:00
parent c600a4a46f
commit c4852b89f1
7 changed files with 65 additions and 16 deletions

View File

@@ -59,8 +59,8 @@ export const loadState = async () => {
const { syncDownloadSourcesFromApi } = await import("./services/user");
void syncDownloadSourcesFromApi();
// Check for new download options on startup
DownloadSourcesChecker.checkForChanges();
// Check for new download options on startup (if enabled)
void DownloadSourcesChecker.checkForChanges();
WSClient.connect();
});