* added a basic settings panel * fix lrc settings: nest translation keys and document settings in README --------- Co-authored-by: shin01221 <mohamed@madin372.com>
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"settings": {
|
|
"show_separator": {
|
|
"label": "Show separator",
|
|
"description": "Prepend a separator before the lyric text."
|
|
},
|
|
"separator": {
|
|
"label": "Separator",
|
|
"description": "Text shown before the current lyric line."
|
|
}
|
|
}
|
|
}
|