mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2026-09-25 03:29:52 +00:00
🐛 Fix(gui): 移除 backgroundThrottling: false 修复 macOS GPU 进程空转 (#1435)
Co-authored-by: WayneVoyager <hanghaiwang@tencent.com>
This commit is contained in:
co-authored by
WayneVoyager
parent
4676326eb8
commit
45fd078e4e
@@ -25,8 +25,7 @@ const defaultWebPreferences = {
|
||||
preload: path.join(__dirname, '../preload/index.js'),
|
||||
nodeIntegration: false,
|
||||
contextIsolation: true,
|
||||
nodeIntegrationInWorker: false,
|
||||
backgroundThrottling: false
|
||||
nodeIntegrationInWorker: false
|
||||
}
|
||||
|
||||
const handleWindowParams = (windowURL: string) => {
|
||||
|
||||
Reference in New Issue
Block a user