We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685cca6 commit e1c1066Copy full SHA for e1c1066
ui/status.js
@@ -1042,7 +1042,7 @@ function flakes_doit(data_raw)
1042
for (let n = 0; n < 4; n++)
1043
total[n] += v["count"][n];
1044
1045
- if (v["count"][0] + v["count"][1] + v["count"][2] < 4 && reported) {
+ if (v["count"][0] + v["count"][1] + v["count"][2] < 3 && reported) {
1046
1047
reminder[n] += v["count"][n];
1048
return 1;
0 commit comments