Update betterModManager.js
updateModManager should be called on load
This commit is contained in:
parent
c4debc0cff
commit
ffbd81e2b6
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue