mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:42:04 -08:00
Fix devPixelsPerPx cfg value
This commit is contained in:
parent
3484b7c4be
commit
c2b5eb14ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue