Hide CPU Governor selection UI.
This commit is contained in:
@@ -547,7 +547,9 @@ const SettingsDialog = withStyles(styles, { withTheme: true })(
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
<ButtonBase className={classes.setting} disabled={!this.state.wifiConfigSettings.valid}
|
<ButtonBase
|
||||||
|
style={{display: "none"}}
|
||||||
|
className={classes.setting} disabled={!this.state.wifiConfigSettings.valid}
|
||||||
onClick={() => this.handleShowGovernorSettingsDialogDialog()} >
|
onClick={() => this.handleShowGovernorSettingsDialogDialog()} >
|
||||||
<SelectHoverBackground selected={false} showHover={true} />
|
<SelectHoverBackground selected={false} showHover={true} />
|
||||||
<div style={{ width: "100%" }}>
|
<div style={{ width: "100%" }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user