Skip to content

Commit

Permalink
Combine features.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Apr 21, 2024
1 parent 2d3c8be commit 6f5d59d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Application/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ();
}
Expand Down

0 comments on commit 6f5d59d

Please sign in to comment.