We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cee19 commit 0ff3a1aCopy full SHA for 0ff3a1a
webUI/app.js
@@ -276,7 +276,9 @@ function updateDownloadButton(st) {
276
(document.querySelector(
277
".devtools-toggle-mine-then-craft input[type='checkbox']",
278
).checked &&
279
- Number(numberElement.textContent) <
+ Number(document.querySelector(
280
+ "#mineThenCraftPoints > .number",
281
+ ).textContent) <
282
getSelectedTweaks()["raw"].length * 20)
283
) {
284
downloadButton.disabled = true;
0 commit comments