When modifying the repositories in CCModManager's mod settings page, once a correct name is entered, a couple of things happen:
- All buttons on the current page become uninteractable and the tab must be switched back and forth.
- This appears to be due to a new button group being pushed to the stack during the call to
reloadEntries during loadEverything, which is triggered by the repository resolving.
- An extra instance of CCLoader is added to the lists. I have not checked why this may be.
When modifying the repositories in CCModManager's mod settings page, once a correct name is entered, a couple of things happen:
reloadEntriesduringloadEverything, which is triggered by the repository resolving.