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:
@@ -705,6 +705,10 @@ const SettingsDialog = withStyles(
|
|||||||
showJackServerSettingsDialog: false,
|
showJackServerSettingsDialog: false,
|
||||||
jackServerSettings: jackServerSettings
|
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);
|
this.model.setJackServerSettings(jackServerSettings);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user