Merge pull request #107 from GGodPL/main

Update betterModManager.js
This commit is contained in:
slweeb 2023-07-11 11:36:45 -04:00 committed by GitHub
commit 354b370e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -114,8 +114,7 @@ function openModList() {
showingMenu = "modList";
}
// called just once, changes the menu title, adds the button, changes the modManagerList css and adds modList component
updateModManager();
runAfterLoadList.push(updateModManager);
closeMenu = function() {
if (!showingMenu) { return; }