🐛 Fix(gui): 移除 backgroundThrottling: false 修复 macOS GPU 进程空转 (#1435)

Co-authored-by: WayneVoyager <hanghaiwang@tencent.com>
This commit is contained in:
WayneVoyager
2026-08-14 16:13:01 +08:00
committed by GitHub
co-authored by WayneVoyager
parent 4676326eb8
commit 45fd078e4e
+1 -2
View File
@@ -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) => {