diff --git a/app/lib/app.ts b/app/lib/app.ts index 3544ba06..89ae86c8 100644 --- a/app/lib/app.ts +++ b/app/lib/app.ts @@ -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])