From 3611d7eb592eabc5bd6a074a16394d05c4315bfa Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 3 Mar 2026 16:55:09 +0300 Subject: [PATCH] Fix: missfire of no-vision notification --- popups.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popups.go b/popups.go index 87359e8..eae50a3 100644 --- a/popups.go +++ b/popups.go @@ -143,7 +143,7 @@ func showAPILinkSelectionPopup() { apiListWidget.SetSelectedFunc(func(index int, mainText string, secondaryText string, shortcut rune) { // Update the API in config cfg.CurrentAPI = mainText - updateToolCapabilities() + // updateToolCapabilities() // Update model list based on new API // Helper function to get model list for a given API (same as in props_table.go) getModelListForAPI := func(api string) []string {