feat: adding ws client back

This commit is contained in:
Chubby Granny Chaser
2025-11-03 12:02:52 +00:00
parent f49fea3032
commit 7fa50dc5a7
2 changed files with 5 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ import {
Ludusavi,
Lock,
DeckyPlugin,
WSClient,
} from "@main/services";
import { migrateDownloadSources } from "./helpers/migrate-download-sources";
@@ -56,7 +57,7 @@ export const loadState = async () => {
const { syncDownloadSourcesFromApi } = await import("./services/user");
void syncDownloadSourcesFromApi();
// WSClient.connect();
WSClient.connect();
});
const downloads = await downloadsSublevel