diff --git a/appasar/canary/app_bootstrap/bootstrap.js b/appasar/canary/app_bootstrap/bootstrap.js index a5b4928..a6a9007 100644 --- a/appasar/canary/app_bootstrap/bootstrap.js +++ b/appasar/canary/app_bootstrap/bootstrap.js @@ -41,9 +41,6 @@ if (!settings.get('enableHardwareAcceleration', true)) { app.disableHardwareAcceleration(); } -// [adill] disables color correction based on monitor's color profile -app.commandLine.appendSwitch('force-color-profile', 'srgb'); - // [adill] work around chrome 66 disabling autoplay by default app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required');