Fix Horde model selection not saving

2461913f856f242cd59a1a919a89d36fad78afb4

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Showing whitespace changes
public/scripts/horde.js+2 -0
@@ -406,6 +406,8 @@ jQuery(function () {
406406 } else {
407407 $('#adjustedHordeParams').text('Context: --, Response: --');
408408 }
409+
410+ saveSettingsDebounced();
409411 });
410412
411413 $('#horde_auto_adjust_response_length').on('input', function () {