1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-29 09:18:26 +03:00

bumped webgl context limit (fixes #3729)

This commit is contained in:
Eugene Pankov 2021-04-24 11:05:37 +02:00
parent 8801839c7a
commit 767bc8e56f
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -47,6 +47,7 @@ export class Application {
}
app.commandLine.appendSwitch('disable-http-cache')
app.commandLine.appendSwitch('max-active-webgl-contexts', '9000')
app.commandLine.appendSwitch('lang', 'EN')
app.allowRendererProcessReuse = false