1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 19:42:42 +03: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

View File

@ -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')
} }