Add before story position for A/N and summary

This commit is contained in:
Cohee 2023-09-21 19:30:20 +03:00
parent e3f760a9dd
commit 071b901f87
2 changed files with 10 additions and 2 deletions

View File

@ -4301,6 +4301,10 @@
</div>
<div class="floating_prompt_radio_group">
<label>
<input type="radio" name="extension_floating_position" value="2" />
Before Main Prompt / Story String
</label>
<label>
<input type="radio" name="extension_floating_position" value="0" />
After Main Prompt / Story String

View File

@ -566,6 +566,10 @@ jQuery(function () {
</div>
<label for="memory_position">Injection position:</label>
<div class="radio_group">
<label>
<input type="radio" name="memory_position" value="2" />
Before Main Prompt / Story String
</label>
<label>
<input type="radio" name="memory_position" value="0" />
After Main Prompt / Story String