hide the "use model connected to RPG Companion Trackers preset"

This commit is contained in:
munimunigamer
2025-12-29 02:43:53 -12:00
parent 018ab3613f
commit b037d95da8
2 changed files with 17 additions and 12 deletions
+3
View File
@@ -294,13 +294,16 @@ export function updateGenerationModeUI() {
// In "together" mode, manual update button is hidden
$('#rpg-manual-update').hide();
$('#rpg-external-api-settings').slideUp(200);
$('#rpg-separate-mode-settings').slideUp(200);
} else if (extensionSettings.generationMode === 'separate') {
// In "separate" mode, manual update button is visible
$('#rpg-manual-update').show();
$('#rpg-external-api-settings').slideUp(200);
$('#rpg-separate-mode-settings').slideDown(200);
} else if (extensionSettings.generationMode === 'external') {
// In "external" mode, manual update button is visible AND external settings are shown
$('#rpg-manual-update').show();
$('#rpg-external-api-settings').slideDown(200);
$('#rpg-separate-mode-settings').slideUp(200);
}
}
+14 -12
View File
@@ -448,18 +448,20 @@
process per batch in Memory Recollection</small>
</div>
<label class="checkbox_label">
<input type="checkbox" id="rpg-use-separate-preset" />
<span data-i18n-key="template.settingsModal.advanced.useSeparatePreset">Use model connected to RPG
Companion Trackers preset</span>
</label>
<small style="display: block; margin-left: 24px; margin-top: -8px; color: #888; font-size: 11px;"
data-i18n-key="template.settingsModal.advanced.useSeparatePresetNote">
Separate mode only. When enabled, tracker generation will use the model from the "RPG Companion
Trackers" preset instead of your main API model. The preset will be switched automatically during
generation and restored afterward. Select the desired model in that preset and make sure the "Bind
presets to API connections" toggle is on (next to the import/export preset buttons).
</small>
<div id="rpg-separate-mode-settings">
<label class="checkbox_label">
<input type="checkbox" id="rpg-use-separate-preset" />
<span data-i18n-key="template.settingsModal.advanced.useSeparatePreset">Use model connected to RPG
Companion Trackers preset</span>
</label>
<small style="display: block; margin-left: 24px; margin-top: -8px; color: #888; font-size: 11px;"
data-i18n-key="template.settingsModal.advanced.useSeparatePresetNote">
Separate mode only. When enabled, tracker generation will use the model from the "RPG Companion
Trackers" preset instead of your main API model. The preset will be switched automatically during
generation and restored afterward. Select the desired model in that preset and make sure the "Bind
presets to API connections" toggle is on (next to the import/export preset buttons).
</small>
</div>
<div class="rpg-setting-row">
<label for="rpg-skip-guided-mode"