Fix devPixelsPerPx cfg value

This commit is contained in:
daijro 2025-03-04 00:50:43 -06:00
parent 3484b7c4be
commit c2b5eb14ba

View file

@ -39,7 +39,7 @@ defaultPref(
); );
// Disable hidpi by default // Disable hidpi by default
defaultPref("layout.css.devPixelsPerPx", 1.0); defaultPref("layout.css.devPixelsPerPx", "1");
// Tweaks that undo Playwright: // Tweaks that undo Playwright: