Merge branch 'main' into feat/displaying-new-game-update

This commit is contained in:
Moyase
2025-11-11 01:32:50 +02:00
committed by GitHub
68 changed files with 4103 additions and 303 deletions

View File

@@ -17,6 +17,7 @@ import {
Lock,
DeckyPlugin,
DownloadSourcesChecker,
WSClient,
} from "@main/services";
import { migrateDownloadSources } from "./helpers/migrate-download-sources";
@@ -60,6 +61,7 @@ export const loadState = async () => {
// Check for new download options on startup
DownloadSourcesChecker.checkForChanges();
WSClient.connect();
});
const downloads = await downloadsSublevel