Enable JXL support for images

This commit is contained in:
mauro-balades
2024-09-07 17:03:02 +02:00
parent 380f9f4a7b
commit 5e2075e901

View File

@@ -152,6 +152,9 @@ pref('gfx.webrender.all', true);
pref('layers.acceleration.force-enabled', true);
pref('media.ffmpeg.vaapi.enabled', true);
// Enable JXL support
pref('image.jxl.enabled', true);
#if defined(XP_WIN)
pref("dom.ipc.processPriorityManager.backgroundUsesEcoQoS", false);
#endif