Add separator sequence for instruct mode

This commit is contained in:
SillyLossy
2023-05-18 15:28:31 +03:00
parent d3c5eed4c1
commit 80dd3af587
10 changed files with 32 additions and 9 deletions

View File

@@ -1289,7 +1289,7 @@
<div class="flex-container">
<div class="flex1">
<label for="instruct_system_sequence">
System Sequence
<small>System Sequence</small>
</label>
<div>
<input id="instruct_system_sequence" class="text_pole wide100p textarea_compact" type="text" maxlength="100" />
@@ -1297,12 +1297,20 @@
</div>
<div class="flex1">
<label for="instruct_stop_sequence">
Stop Sequence
<small>Stop Sequence</small>
</label>
<div>
<input id="instruct_stop_sequence" class="text_pole wide100p textarea_compact" type="text" maxlength="100" />
</div>
</div>
<div class="flex1">
<label for="instruct_separator_sequence">
<small>Separator</small>
</label>
<div>
<input id="instruct_separator_sequence" class="text_pole wide100p textarea_compact" type="text" maxlength="100" />
</div>
</div>
</div>
</div>
</div>