From 1521d7c058e1ff1091baa246a7032efe2ecab0bd Mon Sep 17 00:00:00 2001 From: Moyasee Date: Tue, 11 Nov 2025 01:29:04 +0200 Subject: [PATCH] reverting changes --- src/main/main.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/main.ts b/src/main/main.ts index 1c203889..c6d54bc7 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -17,7 +17,6 @@ import { Lock, DeckyPlugin, DownloadSourcesChecker, - WSClient, } from "@main/services"; import { migrateDownloadSources } from "./helpers/migrate-download-sources"; @@ -61,8 +60,6 @@ export const loadState = async () => { // Check for new download options on startup DownloadSourcesChecker.checkForChanges(); - - WSClient.connect(); }); const downloads = await downloadsSublevel