This commit is contained in:
naielv
2025-08-13 15:49:10 +02:00
parent ad458de818
commit 8823159a30
9 changed files with 253 additions and 26 deletions

View File

@@ -1012,7 +1012,7 @@ function SetPages() {
a.href = "#" + key;
label.innerText = PAGES[key].Title;
label.className = "label"
img.src = PAGES[key].icon
img.src = PAGES[key].icon || "static/appico/File_Plugin.svg"
a.append(img, label)
document.getElementById("appendApps2").append(a);
});