Update manyMoreThemes.js

This commit is contained in:
Jayd-Rubies 2025-05-19 21:57:08 -04:00 committed by GitHub
parent 849cad6223
commit 9750f7175b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if (!enabledMods.includes("mods/betterSettings.js")) { enabledMods.unshift("mods/betterSettings.js"); localStorage.setItem("enabledMods", JSON.stringify(enabledMods)); window.location.reload(); };
let setting = null
dependOn("betterSettings.js", () => {