Skip to content

Commit

Permalink
Regression fix: enable ICC v4 profiles by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbeast committed Sep 25, 2018
1 parent 454110c commit 575f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ pref("gfx.perf-warnings.enabled", false);
pref("gfx.color_management.mode", 2);
pref("gfx.color_management.display_profile", "");
pref("gfx.color_management.rendering_intent", 0);
pref("gfx.color_management.enablev4", false);
pref("gfx.color_management.enablev4", true);

pref("gfx.downloadable_fonts.enabled", true);
pref("gfx.downloadable_fonts.fallback_delay", 3000);
Expand Down

0 comments on commit 575f07d

Please sign in to comment.