mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
fix(WindowService): remove backgroundThrottling option for cleaner window configuration (#7704)
This commit is contained in:
parent
b5f2abc930
commit
3eb6d08b34
@ -71,8 +71,7 @@ export class WindowService {
|
|||||||
webSecurity: false,
|
webSecurity: false,
|
||||||
webviewTag: true,
|
webviewTag: true,
|
||||||
allowRunningInsecureContent: true,
|
allowRunningInsecureContent: true,
|
||||||
zoomFactor: configManager.getZoomFactor(),
|
zoomFactor: configManager.getZoomFactor()
|
||||||
backgroundThrottling: false
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user