2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

GenerateQRCode.mjs: set default margin to 4 modules

This commit is contained in:
MikeCAT
2022-10-27 20:02:49 +09:00
parent ed8bd34915
commit fa30f597ad

View File

@@ -44,7 +44,7 @@ class GenerateQRCode extends Operation {
{
"name": "Margin (num modules)",
"type": "number",
"value": 2,
"value": 4,
"min": 0
},
{