Merge pull request #988 from ggodpl/main

This commit is contained in:
slweeb 2025-02-07 20:22:26 -05:00 committed by GitHub
commit bf3c504268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ if (enabledMods.includes("mods/betterMenuScreens.js")) {
}
const changes = Storage.get("changes", []);
for (const change of changes) {
if (!elements[change.element]) continue;
for (const key of Object.keys(change.changes)) {
let c = change.changes[key];
if (key == "behavior" && Object.keys(behaviors).includes(c)) c = behaviors[c];