Changes of Linux canary v0.0.75
This commit is contained in:
parent
a346111243
commit
54315958f1
1 changed files with 0 additions and 3 deletions
3
appasar/canary/app_bootstrap/bootstrap.js
vendored
3
appasar/canary/app_bootstrap/bootstrap.js
vendored
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue