Merge pull request #1297 from ggodpl/main

This commit is contained in:
slweeb 2025-10-31 21:04:59 -04:00 committed by GitHub
commit 59c8259f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
if (enabledMods.includes("mods/betterMenuScreens.js")) {
dependOn("betterMenuScreens.js", () => {
const properties = {
meta: [
{name: "name", type: "string", viewOnly: true, required: true},
@ -1209,8 +1209,4 @@ if (enabledMods.includes("mods/betterMenuScreens.js")) {
}
runAfterLoadList.push(cssInject, loadChanges);
} else {
enabledMods.unshift("mods/betterMenuScreens.js");
localStorage.setItem("enabledMods", JSON.stringify(enabledMods));
window.location.reload();
}
}, true);