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 // In "together" mode, manual update button is hidden
$('#rpg-manual-update').hide(); $('#rpg-manual-update').hide();
$('#rpg-external-api-settings').slideUp(200); $('#rpg-external-api-settings').slideUp(200);
$('#rpg-separate-mode-settings').slideUp(200);
} else if (extensionSettings.generationMode === 'separate') { } else if (extensionSettings.generationMode === 'separate') {
// In "separate" mode, manual update button is visible // In "separate" mode, manual update button is visible
$('#rpg-manual-update').show(); $('#rpg-manual-update').show();
$('#rpg-external-api-settings').slideUp(200); $('#rpg-external-api-settings').slideUp(200);
$('#rpg-separate-mode-settings').slideDown(200);
} else if (extensionSettings.generationMode === 'external') { } else if (extensionSettings.generationMode === 'external') {
// In "external" mode, manual update button is visible AND external settings are shown // In "external" mode, manual update button is visible AND external settings are shown
$('#rpg-manual-update').show(); $('#rpg-manual-update').show();
$('#rpg-external-api-settings').slideDown(200); $('#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> process per batch in Memory Recollection</small>
</div> </div>
<label class="checkbox_label"> <div id="rpg-separate-mode-settings">
<input type="checkbox" id="rpg-use-separate-preset" /> <label class="checkbox_label">
<span data-i18n-key="template.settingsModal.advanced.useSeparatePreset">Use model connected to RPG <input type="checkbox" id="rpg-use-separate-preset" />
Companion Trackers preset</span> <span data-i18n-key="template.settingsModal.advanced.useSeparatePreset">Use model connected to RPG
</label> Companion Trackers preset</span>
<small style="display: block; margin-left: 24px; margin-top: -8px; color: #888; font-size: 11px;" </label>
data-i18n-key="template.settingsModal.advanced.useSeparatePresetNote"> <small style="display: block; margin-left: 24px; margin-top: -8px; color: #888; font-size: 11px;"
Separate mode only. When enabled, tracker generation will use the model from the "RPG Companion data-i18n-key="template.settingsModal.advanced.useSeparatePresetNote">
Trackers" preset instead of your main API model. The preset will be switched automatically during Separate mode only. When enabled, tracker generation will use the model from the "RPG Companion
generation and restored afterward. Select the desired model in that preset and make sure the "Bind Trackers" preset instead of your main API model. The preset will be switched automatically during
presets to API connections" toggle is on (next to the import/export preset buttons). generation and restored afterward. Select the desired model in that preset and make sure the "Bind
</small> presets to API connections" toggle is on (next to the import/export preset buttons).
</small>
</div>
<div class="rpg-setting-row"> <div class="rpg-setting-row">
<label for="rpg-skip-guided-mode" <label for="rpg-skip-guided-mode"