diff --git a/src/main.ts b/src/main.ts index ef9621206..f7ae20ef0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -177,6 +177,7 @@ async function main(): Promise { } app.commandLine.appendSwitch('disable-features', 'WidgetLayering'); + app.commandLine.appendSwitch('disable-features', 'UseEcoQoSForBackgroundProcess'); // --run has to be evaluated *before* we request the single instance lock! if (mainArgs.run !== undefined) {