1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-22 03:18:31 +01:00

Resolution for minColors was wrong.

This commit is contained in:
kkapsner 2018-10-09 13:06:55 +02:00
parent eff86ce4ed
commit 23279bad58

View File

@ -225,7 +225,7 @@
resolutions: [{ resolutions: [{
label: setToLabel.replace(/{value}/g, "10"), label: setToLabel.replace(/{value}/g, "10"),
callback: function(){ callback: function(){
settings.ignoreFrequentColors = 10; settings.minColors = 10;
} }
}] }]
}); });