diff --git a/src/Application/Application.js b/src/Application/Application.js index 9ee83d8c..5ea81dd8 100644 --- a/src/Application/Application.js +++ b/src/Application/Application.js @@ -39,9 +39,7 @@ module .exports = class Application if (process .platform === "win32") require ("update-electron-app") .updateElectronApp (); - electron .app .commandLine .appendSwitch ("--enable-features", "OverlayScrollbar"); - electron .app .commandLine .appendSwitch ("--enable-features", "ConversionMeasurement"); - electron .app .commandLine .appendSwitch ("--enable-features", "AttributionReportingCrossAppWeb"); + electron .app .commandLine .appendSwitch ("--enable-features", "OverlayScrollbar,ConversionMeasurement,AttributionReportingCrossAppWeb"); new Application (); }