fix(webui): none syndicate #2477

Merged
Sainan merged 1 commits from none-fix into main 2025-07-12 21:20:08 -07:00
Showing only changes of commit 4bc8ed4c04 - Show all commits

View File

@ -282,6 +282,7 @@ function fetchItemList() {
});
const syndicateNone = document.createElement("option");
syndicateNone.value = "";
syndicateNone.textContent = loc("cheats_none");
document.getElementById("changeSyndicate").innerHTML = "";
document.getElementById("changeSyndicate").appendChild(syndicateNone);