mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-21 10:57:59 +00:00
bumped webgl context limit (fixes #3729)
This commit is contained in:
@@ -47,6 +47,7 @@ export class Application {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.commandLine.appendSwitch('disable-http-cache')
|
app.commandLine.appendSwitch('disable-http-cache')
|
||||||
|
app.commandLine.appendSwitch('max-active-webgl-contexts', '9000')
|
||||||
app.commandLine.appendSwitch('lang', 'EN')
|
app.commandLine.appendSwitch('lang', 'EN')
|
||||||
app.allowRendererProcessReuse = false
|
app.allowRendererProcessReuse = false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user