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
|
||||
title="AI Generated Syllables"
|
||||
title="WIP | AI Generated Syllables"
|
||||
desc="Radiant AI generates word & syllable timings from the Line timings"
|
||||
checked={aiSyllables}
|
||||
onChange={(_: unknown, checked: boolean) => {
|
||||
|
||||
@@ -1377,7 +1377,7 @@ const ensureStickyDropdown = (): HTMLElement => {
|
||||
</label>
|
||||
</div>
|
||||
<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">
|
||||
<input type="checkbox" data-setting="aiSyllables" ${settings.aiSyllables ? "checked" : ""}>
|
||||
<span class="sticky-lyrics-slider"></span>
|
||||
|
||||
Reference in New Issue
Block a user