diff --git a/src/systems/ui/layout.js b/src/systems/ui/layout.js index ef3e7a9..91b1624 100644 --- a/src/systems/ui/layout.js +++ b/src/systems/ui/layout.js @@ -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); } } diff --git a/template.html b/template.html index 68200cb..2918a87 100644 --- a/template.html +++ b/template.html @@ -448,18 +448,20 @@ process per batch in Memory Recollection - - - 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). - +
+ + + 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). + +