mirror of
https://github.com/rmccorkl/TubeSage.git
synced 2026-07-22 06:45:31 +00:00
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:
parent
cfcf5386ed
commit
12737a376b
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -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();
|
||||
})();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue