Skip to content

Commit

Permalink
Fix bug in config.yaml for proper scaling
Browse files Browse the repository at this point in the history
Replaced int descriptor with float
  • Loading branch information
paulchevalier authored Jan 5, 2024
1 parent 22e648d commit 40c379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ schema:
RENDERING_SCREEN_WIDTH: "int"
BROWSER_LAUNCH_TIMEOUT: "int"
ROTATION: "int"
SCALING: "int"
SCALING: "float"
GRAYSCALE_DEPTH: "int"
COLOR_MODE: "list(GrayScale|TrueColor)?"
PREFERS_COLOR_SCHEME: "list(light|dark)?"
Expand Down

0 comments on commit 40c379f

Please sign in to comment.