Skip to content

Commit 62f6489

Browse files
committed
app: Disable background throttling
Value is now true by default
1 parent 1bd2844 commit 62f6489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ async function createWindow() {
727727
: '../ts/windows/main/preload.js'
728728
),
729729
spellcheck,
730+
backgroundThrottling: false,
730731
},
731732
icon: windowIcon,
732733
...pick(windowConfig, ['autoHideMenuBar', 'x', 'y']),

0 commit comments

Comments
 (0)