From 45d3a222293b32a4cb3ee278cb3df5b89d199a81 Mon Sep 17 00:00:00 2001 From: GGod <46885632+GGodPL@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:27:02 +0100 Subject: [PATCH] Update moreViews.js --- mods/moreViews.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/moreViews.js b/mods/moreViews.js index dbd8d9ab..1d874d60 100644 --- a/mods/moreViews.js +++ b/mods/moreViews.js @@ -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];