feat : arrow color match move classification

This commit is contained in:
GuillaumeSD
2024-03-04 02:24:39 +01:00
parent 4975ecfdd1
commit 84d4d1c624
2 changed files with 33 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ export default function ArrowOptions() {
onChange={(_, checked) => setShowBestMove(checked)}
/>
}
label="Show best move green arrow"
label="Show engine best move arrow"
sx={{ marginX: 0 }}
/>
<FormControlLabel
@@ -41,7 +41,7 @@ export default function ArrowOptions() {
onChange={(_, checked) => setShowPlayerMove(checked)}
/>
}
label="Show player move yellow arrow"
label="Show played move arrow"
sx={{ marginX: 0 }}
/>
</Grid>