Fix monitor scale type

Changes the default monitor scale value from `"1"` to `1`.

This fixes the typo in the default monitor configuration.
This commit is contained in:
PetLucy
2026-05-12 15:23:17 -05:00
committed by GitHub
parent 412b2222c2
commit b85ed8691a
+1 -1
View File
@@ -3,7 +3,7 @@ hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = "1"
scale = 1
})
hl.gesture({