From f464850c38db379d26384e08a79850d12173b1ca Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Wed, 2 Apr 2025 19:08:31 +0100 Subject: [PATCH] feat: setting external common redist --- src/main/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/main.ts b/src/main/main.ts index ad5e778f..93986ac2 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -10,6 +10,7 @@ import { levelKeys, db } from "./level"; import type { UserPreferences } from "@types"; import { TorBoxClient } from "./services/download/torbox"; import { CommonRedistManager } from "./services/common-redist-manager"; + export const loadState = async () => { const userPreferences = await db.get( levelKeys.userPreferences,