mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +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,
|
||||
webviewTag: true,
|
||||
allowRunningInsecureContent: true,
|
||||
zoomFactor: configManager.getZoomFactor(),
|
||||
backgroundThrottling: false
|
||||
zoomFactor: configManager.getZoomFactor()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user