Update JackServerSettingsDialog.tsx
Added a user-facing error hint in the audio configuration dialog that prompts users to select all audio settings when the OK button is disabled
This commit is contained in:
@@ -641,6 +641,12 @@ const JackServerSettingsDialog = withStyles(
|
||||
color="textSecondary">
|
||||
Latency: {this.state.latencyText}
|
||||
</Typography>
|
||||
{!this.state.okEnabled && (
|
||||
<Typography display="block" variant="caption" color="error"
|
||||
style={{ textAlign: "left", marginLeft: 24 }}>
|
||||
Please select all audio settings.
|
||||
</Typography>
|
||||
)}
|
||||
</DialogContent>
|
||||
|
||||
<DialogActions>
|
||||
|
||||
Reference in New Issue
Block a user