Fix Horde model selection not saving
| @@ -406,6 +406,8 @@ jQuery(function () { | ||
| 406 | 406 | } else { |
| 407 | 407 | $('#adjustedHordeParams').text('Context: --, Response: --'); |
| 408 | 408 | } |
| 409 | + | |
| 410 | + saveSettingsDebounced(); | |
| 409 | 411 | }); |
| 410 | 412 | |
| 411 | 413 | $('#horde_auto_adjust_response_length').on('input', function () { |