reverting changes

This commit is contained in:
Moyasee
2025-11-11 01:29:04 +02:00
parent 14eb0f8172
commit 1521d7c058

View File

@@ -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