mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-08-26 14:27:44 +10:00
Add WIP labels <3
This commit is contained in:
@@ -318,7 +318,7 @@ export const Settings = () => {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<AnySwitch
|
<AnySwitch
|
||||||
title="AI Generated Syllables"
|
title="WIP | AI Generated Syllables"
|
||||||
desc="Radiant AI generates word & syllable timings from the Line timings"
|
desc="Radiant AI generates word & syllable timings from the Line timings"
|
||||||
checked={aiSyllables}
|
checked={aiSyllables}
|
||||||
onChange={(_: unknown, checked: boolean) => {
|
onChange={(_: unknown, checked: boolean) => {
|
||||||
|
|||||||
@@ -1377,7 +1377,7 @@ const ensureStickyDropdown = (): HTMLElement => {
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="sticky-lyrics-dropdown-row">
|
<div class="sticky-lyrics-dropdown-row">
|
||||||
<span class="sticky-lyrics-label">AI Syllables</span>
|
<span class="sticky-lyrics-label">AI Syllables | WIP</span>
|
||||||
<label class="sticky-lyrics-switch">
|
<label class="sticky-lyrics-switch">
|
||||||
<input type="checkbox" data-setting="aiSyllables" ${settings.aiSyllables ? "checked" : ""}>
|
<input type="checkbox" data-setting="aiSyllables" ${settings.aiSyllables ? "checked" : ""}>
|
||||||
<span class="sticky-lyrics-slider"></span>
|
<span class="sticky-lyrics-slider"></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user