Browse Source

Added min and max for Bzip2 block size arg

n1474335 6 years ago
parent
commit
d184e40116
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/core/operations/Bzip2Compress.mjs

+ 3 - 1
src/core/operations/Bzip2Compress.mjs

@@ -29,7 +29,9 @@ class Bzip2Compress extends Operation {
             {
                 name: "Block size (100s of kb)",
                 type: "number",
-                value: 9
+                value: 9,
+                min: 1,
+                max: 9
             },
             {
                 name: "Work factor",