add notice for settings
This commit is contained in:
parent
455d4e8057
commit
1c0b71dad7
@ -264,7 +264,15 @@ export default class Home extends Component {
|
|||||||
checked={this.state.values.showPlayerStats}
|
checked={this.state.values.showPlayerStats}
|
||||||
size="md"
|
size="md"
|
||||||
/>
|
/>
|
||||||
<Spacer y={1.2} />
|
<Spacer y={1} />
|
||||||
|
<Text h4>
|
||||||
|
Settings below require{" "}
|
||||||
|
<span>
|
||||||
|
<a href="https://github.com/denpadokei/HttpSiraStatus/releases">
|
||||||
|
HttpSiraStatus
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</Text>
|
||||||
<Text>
|
<Text>
|
||||||
Show score info (Current swing values, total score, etc)
|
Show score info (Current swing values, total score, etc)
|
||||||
</Text>
|
</Text>
|
||||||
|
Reference in New Issue
Block a user