mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
Update app.ts
This commit is contained in:
parent
4a50c84cfe
commit
04d4474648
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ export class Application {
|
|||
|
||||
app.commandLine.appendSwitch('disable-http-cache')
|
||||
app.commandLine.appendSwitch('lang', 'EN')
|
||||
app.allowRendererProcessReuse = false
|
||||
|
||||
for (const flag of configData.flags || [['force_discrete_gpu', '0']]) {
|
||||
app.commandLine.appendSwitch(flag[0], flag[1])
|
||||
|
|
Loading…
Reference in a new issue