Fix Zoomed Graphic EQ conrol

This commit is contained in:
Robin E. R. Davies
2025-05-22 18:45:39 -04:00
parent 2f132024ce
commit b6debe3d2d
+1 -1
View File
@@ -252,7 +252,7 @@ const ZoomedUiControl = withTheme(withStyles(
> >
{this.props.controlInfo.name} {this.props.controlInfo.name}
</Typography> </Typography>
{uiControl.isDial() ? ( {(uiControl.isDial() || uiControl.isGraphicEq()) ? (
<ZoomedDial size={200} controlInfo={this.props.controlInfo} <ZoomedDial size={200} controlInfo={this.props.controlInfo}
onDoubleTap={()=>{this.onDoubleTap();}} onDoubleTap={()=>{this.onDoubleTap();}}