feat(webui): add "add missing mods" #804

Merged
Sainan merged 7 commits from addmods into main 2025-01-18 16:57:39 -08:00
Showing only changes of commit 664e3cc9ca - Show all commits

View File

@ -1109,7 +1109,6 @@ function doAddAllMods() {
})) }))
}) })
}).done(function () { }).done(function () {
document.getElementById("mod-to-acquire").value = "";
updateInventory(); updateInventory();
}); });
}); });