Settings sometime don't start fix

Apply immediately so the audio driver is
restarted with the chosen devices before
saving the settings.
This commit is contained in:
Extremesecrecy
2025-07-25 20:46:11 -07:00
parent c33c69899c
commit 389ba70540
+4
View File
@@ -705,6 +705,10 @@ const SettingsDialog = withStyles(
showJackServerSettingsDialog: false,
jackServerSettings: jackServerSettings
});
// Apply immediately so the audio driver is
// restarted with the chosen devices before
// saving the settings.
this.model.applyJackServerSettings(jackServerSettings);
this.model.setJackServerSettings(jackServerSettings);
}}
/>