diff --git a/vite/src/pipedal/JackServerSettingsDialog.tsx b/vite/src/pipedal/JackServerSettingsDialog.tsx index 3afe0ea..8fd945c 100644 --- a/vite/src/pipedal/JackServerSettingsDialog.tsx +++ b/vite/src/pipedal/JackServerSettingsDialog.tsx @@ -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); }