mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2026-09-20 03:16:37 +00:00
🐛 Fix(core): make background throttling optional
This commit is contained in:
Vendored
+1
-1
@@ -144,7 +144,7 @@ interface IBrowserWindowOptions {
|
||||
nodeIntegration: boolean,
|
||||
nodeIntegrationInWorker: boolean,
|
||||
contextIsolation: boolean,
|
||||
backgroundThrottling: boolean
|
||||
backgroundThrottling?: boolean
|
||||
webSecurity?: boolean
|
||||
},
|
||||
vibrancy?: string | any,
|
||||
|
||||
Reference in New Issue
Block a user