fix(overlay): fix score stats label
All checks were successful
deploy / deploy (push) Successful in 58s
All checks were successful
deploy / deploy (push) Successful in 58s
This commit is contained in:
parent
c9a6703d94
commit
e9de4fa258
@ -109,7 +109,7 @@ export default function Analytics() {
|
|||||||
/>
|
/>
|
||||||
<SwitchInput
|
<SwitchInput
|
||||||
id="show-score-stats"
|
id="show-score-stats"
|
||||||
label="Show Song Info"
|
label="Show Song Stats"
|
||||||
defaultChecked={settingsStore.settings.showScoreStats}
|
defaultChecked={settingsStore.settings.showScoreStats}
|
||||||
onChange={(value) => {
|
onChange={(value) => {
|
||||||
settingsStore.setShowScoreStats(value);
|
settingsStore.setShowScoreStats(value);
|
||||||
|
Loading…
Reference in New Issue
Block a user