1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-21 19:07:59 +00:00

try to force terminus onto the low-power gpu

This commit is contained in:
Eugene Pankov
2019-02-11 15:48:16 +01:00
parent 329d0448d3
commit 714f181be5

@@ -19,6 +19,7 @@ export class Application {
} }
app.commandLine.appendSwitch('disable-http-cache') app.commandLine.appendSwitch('disable-http-cache')
app.commandLine.appendSwitch('force_discrete_gpu', '0')
app.commandLine.appendSwitch('lang', 'EN') app.commandLine.appendSwitch('lang', 'EN')
} }