fix(webui): none syndicate
All checks were successful
Build / build (pull_request) Successful in 1m45s

This commit is contained in:
Sainan 2025-07-12 08:59:58 +02:00
parent fbbd9076cf
commit 4bc8ed4c04

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);