mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
clarify TTS checkboxes
This commit is contained in:
@@ -645,23 +645,23 @@ $(document).ready(function () {
|
|||||||
<div>
|
<div>
|
||||||
<label class="checkbox_label" for="tts_enabled">
|
<label class="checkbox_label" for="tts_enabled">
|
||||||
<input type="checkbox" id="tts_enabled" name="tts_enabled">
|
<input type="checkbox" id="tts_enabled" name="tts_enabled">
|
||||||
Enabled
|
<small>Enabled</small>
|
||||||
</label>
|
</label>
|
||||||
<label class="checkbox_label" for="tts_auto_generation">
|
<label class="checkbox_label" for="tts_auto_generation">
|
||||||
<input type="checkbox" id="tts_auto_generation">
|
<input type="checkbox" id="tts_auto_generation">
|
||||||
Auto Generation
|
<small>Auto Generation</small>
|
||||||
</label>
|
|
||||||
<label class="checkbox_label" for="tts_narrate_dialogues">
|
|
||||||
<input type="checkbox" id="tts_narrate_dialogues">
|
|
||||||
Narrate dialogues only
|
|
||||||
</label>
|
</label>
|
||||||
<label class="checkbox_label" for="tts_narrate_quoted">
|
<label class="checkbox_label" for="tts_narrate_quoted">
|
||||||
<input type="checkbox" id="tts_narrate_quoted">
|
<input type="checkbox" id="tts_narrate_quoted">
|
||||||
Narrate quoted only
|
<small>Only narrate "quotes"</small>
|
||||||
|
</label>
|
||||||
|
<label class="checkbox_label" for="tts_narrate_dialogues">
|
||||||
|
<input type="checkbox" id="tts_narrate_dialogues">
|
||||||
|
<small>Ignore *text, even "quotes", inside asterisks*</small>
|
||||||
</label>
|
</label>
|
||||||
<label class="checkbox_label" for="tts_narrate_translated_only">
|
<label class="checkbox_label" for="tts_narrate_translated_only">
|
||||||
<input type="checkbox" id="tts_narrate_translated_only">
|
<input type="checkbox" id="tts_narrate_translated_only">
|
||||||
Narrate only the translated text
|
<small>Narrate only the translated text</small>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<label>Voice Map</label>
|
<label>Voice Map</label>
|
||||||
|
Reference in New Issue
Block a user