From 366c08ae94bbca7737f6f623b256b8381c66fceb Mon Sep 17 00:00:00 2001 From: Oleh Polisan <39007846+PolisanTheEasyNick@users.noreply.github.com> Date: Mon, 20 May 2024 16:12:10 +0300 Subject: [PATCH] Removed backgroundThrottling setting --- src/main/mainWindow.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/mainWindow.ts b/src/main/mainWindow.ts index 001f8f5..92e2238 100755 --- a/src/main/mainWindow.ts +++ b/src/main/mainWindow.ts @@ -388,8 +388,7 @@ function createMainWindow() { contextIsolation: true, devTools: true, preload: join(__dirname, "preload.js"), - spellcheck: true, - backgroundThrottling: false + spellcheck: true }, icon: ICON_PATH, frame: !noFrame,