From 54315958f165c5a0f624805a8fbf08d04ce7b05e Mon Sep 17 00:00:00 2001 From: DisTok Date: Thu, 25 Apr 2019 12:36:36 +0200 Subject: [PATCH] Changes of Linux canary v0.0.75 --- appasar/canary/app_bootstrap/bootstrap.js | 3 --- 1 file changed, 3 deletions(-) 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');