Skip to content

Commit c2b5eb1

Browse files
committed
Fix devPixelsPerPx cfg value
1 parent 3484b7c commit c2b5eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings/camoufox.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defaultPref(
3939
);
4040

4141
// Disable hidpi by default
42-
defaultPref("layout.css.devPixelsPerPx", 1.0);
42+
defaultPref("layout.css.devPixelsPerPx", "1");
4343

4444
// Tweaks that undo Playwright:
4545

0 commit comments

Comments
 (0)