Merge branch 'R74nCom:main' into main

This commit is contained in:
JustAGenericUsername 2024-03-19 00:23:20 +00:00 committed by GitHub
commit b45080d6a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ setView = (n) => {
}
for (const i in views) {
if (i < 5) continue;
if (i < 4) continue;
const option = document.createElement("option");
option.setAttribute("value", i);
option.innerText = views[i];