docs: fix stale comment referencing removed Max tokens field

The comment described updating a field that was deleted with the
standalone Max tokens field. The this.display() call it precedes is
unchanged and still correct.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Richard McCorkle 2026-05-18 23:50:51 +02:00
parent cfcf5386ed
commit 12737a376b

View file

@ -4201,7 +4201,7 @@ class YouTubeTranscriptSettingTab extends PluginSettingTab {
// Update settings
await this.plugin.saveSettings();
// Refresh the display to update the max tokens field
// Re-render the settings panel to show the selected provider's model block.
this.display();
})();
});