Persist fix

Revert any applied settings by restoring the
persisted configuration and re-applying it.
This commit is contained in:
Extremesecrecy
2025-07-26 14:49:02 -07:00
parent c753b8fc7f
commit 871f4c2d58
@@ -618,6 +618,9 @@ const JackServerSettingsDialog = withStyles(
const handleClose = () => {
if (this.originalJackServerSettings) {
// Revert any applied settings by restoring the
// persisted configuration and re-applying it.
this.model.applyJackServerSettings(this.originalJackServerSettings);
this.model.setJackServerSettings(this.originalJackServerSettings);
}