fix(overlay): re-add score stats toggle
All checks were successful
deploy / deploy (push) Successful in 59s
All checks were successful
deploy / deploy (push) Successful in 59s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user