mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
CodeReview
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user