fix(overlay): re-add score stats toggle
All checks were successful
deploy / deploy (push) Successful in 59s

This commit is contained in:
Lee
2023-11-05 21:12:08 +00:00
parent a49fa9dbb6
commit c9a6703d94
2 changed files with 19 additions and 0 deletions

View File

@ -107,6 +107,14 @@ export default function Analytics() {
settingsStore.setShowSongInfo(value);
}}
/>
<SwitchInput
id="show-score-stats"
label="Show Song Info"
defaultChecked={settingsStore.settings.showScoreStats}
onChange={(value) => {
settingsStore.setShowScoreStats(value);
}}
/>
</div>
<Button