Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ModConfig] Fix configuration save action
Since the `save()` function was changed to take in an argument, the save button action was sending the click event to the function which made it fail. Calling the function explicitly without an argument will fix it.
- Loading branch information