mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +09:00
Regression fix: enable ICC v4 profiles by default.
This commit is contained in:
parent
d7695d8e71
commit
b85696b196
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue