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,