betterModManager fix

This commit is contained in:
GGodPL 2023-08-01 22:46:57 +02:00 committed by GitHub
parent 93c902cc78
commit 0048a99dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ if (enabledMods.includes("mods/betterMenuScreens.js")) {
modManagerUrl.value = "";
showingMenu = false;
},
onClose: showModManager,
loader: updateModManager
onClose: () => {showModManager();},
loader: () => {updateModManager();}
}
} else {
closeMenu = function() {