Changes of Linux canary v0.0.75

This commit is contained in:
DisTok 2019-04-25 12:36:36 +02:00
parent a346111243
commit 54315958f1
1 changed files with 0 additions and 3 deletions

View File

@ -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');