Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance of Manager.setAllModsEnabled
- Skip processing the mods that already are in the desired state - Update VueX store only once at the end, not after each mod, since this will trigger a costly rerendering (which will be addressed separately
- Loading branch information