Adding persist - T2

Adding model persist so that the apply can be used for testing. Previous did not  persist as intented.
This commit is contained in:
Extremesecrecy
2025-07-25 19:58:43 -07:00
parent bce2e68ee3
commit c33c69899c
5 changed files with 22 additions and 5 deletions
@@ -544,7 +544,7 @@ const JackServerSettingsDialog = withStyles(
// Apply immediately so the status display can confirm
// whether the selected devices are working.
s.valid = true;
this.model.setJackServerSettings(s);
this.model.applyJackServerSettings(s);
this.startStatusTimer();
}
};