CodeReview

This commit is contained in:
2026-02-24 23:25:21 +11:00
parent 20adbd26dc
commit 56c73abc05
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ export const Settings = () => {
title="Lyrics Style"
desc="0 = Line (default), 1 = Word, 2 = Syllable (mirrored in lyrics dropdown)"
min={0}
max={1}
max={2}
step={1}
value={lyricsStyle}
onNumber={(value: number) => {