Update JackServerSettingsDialog.tsx
Only the capture/playback device information to display on Jack config file.
This commit is contained in:
@@ -742,7 +742,7 @@ const JackServerSettingsDialog = withStyles(
|
||||
Latency: {this.state.latencyText}
|
||||
</Typography>
|
||||
<div className={classes.cpuStatusColor} style={{ paddingLeft: 24 }}>
|
||||
{JackHostStatus.getDisplayView("", this.state.jackStatus)}
|
||||
{JackHostStatus.getDisplayViewNoCpu("", this.state.jackStatus)}
|
||||
</div>
|
||||
</DialogContent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user