mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
12 lines
594 B
HTML
12 lines
594 B
HTML
|
<div id="prompt-manager-export-format-popup" class="list-group">
|
||
|
<div class="prompt-manager-export-format-popup-flex">
|
||
|
<div class="row">
|
||
|
<a class="export-promptmanager-prompts-full list-group-item" data-i18n="Export all">Export all</a>
|
||
|
<span class="tooltip fa-solid fa-info-circle" data-i18n="[title]Export all your prompts to a file" title="Export all your prompts to a file"></span>
|
||
|
</div>
|
||
|
{{#if isGlobalStrategy}}
|
||
|
{{else}}
|
||
|
{{exportForCharacter}}
|
||
|
{{/if}}
|
||
|
</div>
|
||
|
</div>
|