Skip to content

Commit

Permalink
Update autoSettings.js (#667)
Browse files Browse the repository at this point in the history
Signed-off-by: ElGuillermo <[email protected]>
  • Loading branch information
ElGuillermo authored Sep 3, 2024
1 parent b3e4f62 commit 69db494
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions rcongui/src/components/RconSettings/autoSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@ const AutoSettings = ({
theme={theme}
/>
</Grid>
<Typography variant="caption" align="left" color="textSecondary">
For more info on how to use Auto Settings see{" "}
<a href="https://youtu.be/2IKZwHj9PJw" target="_blank">
this video
</a>{" "}
or{" "}
<a
href="https://cdn.discordapp.com/attachments/729998051288285256/886276109484826634/autosettings_flow.PNG"
target="_blank"
>
this flowchart
</a>
</Typography>
<Grid xs={12}>
<ForwardCheckBox bool={forward} onChange={onFowardChange} />
<Button variant="outlined" color="secondary" onClick={onSave}>
Expand Down

0 comments on commit 69db494

Please sign in to comment.