Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base: Fix error to save configuration at obs_module_unload
When `obs_module_unload` is called, the frontend API is no longer available so that `_config->Save()` is failing with error messages. Since the configuration is saved from the OK or the Apply button on the dialog, it is not necessary to save it again at `obs_module_unload`.
- Loading branch information