Skip to content

Commit

Permalink
fix: change minimum slider range for compression to 50 instead of 0
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Nov 4, 2019
1 parent f0f190b commit 592c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/components/compression.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
dotStyle: {
borderColor: '#3273dc'
},
min: 1,
min: 50,
max: 100,
tooltipFormatter: function (value) {
return qualityNumberToString(value);
Expand Down

0 comments on commit 592c3e2

Please sign in to comment.