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);
} }
} }
+2
View File
@@ -448,6 +448,7 @@
process per batch in Memory Recollection</small> process per batch in Memory Recollection</small>
</div> </div>
<div id="rpg-separate-mode-settings">
<label class="checkbox_label"> <label class="checkbox_label">
<input type="checkbox" id="rpg-use-separate-preset" /> <input type="checkbox" id="rpg-use-separate-preset" />
<span data-i18n-key="template.settingsModal.advanced.useSeparatePreset">Use model connected to RPG <span data-i18n-key="template.settingsModal.advanced.useSeparatePreset">Use model connected to RPG
@@ -460,6 +461,7 @@
generation and restored afterward. Select the desired model in that preset and make sure the "Bind 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). presets to API connections" toggle is on (next to the import/export preset buttons).
</small> </small>
</div>
<div class="rpg-setting-row"> <div class="rpg-setting-row">
<label for="rpg-skip-guided-mode" <label for="rpg-skip-guided-mode"