From 12737a376bc7503f48cd2ac006b9d407184fea45 Mon Sep 17 00:00:00 2001 From: Richard McCorkle Date: Mon, 18 May 2026 23:50:51 +0200 Subject: [PATCH] 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 --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 81116fc..b7fe2b4 100644 --- a/main.ts +++ b/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(); })(); });