diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-03 16:55:09 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-03 16:55:09 +0300 |
| commit | 3611d7eb592eabc5bd6a074a16394d05c4315bfa (patch) | |
| tree | e68aac50c62cf61eefe7294594bcb18d73daea32 /popups.go | |
| parent | 8974d2f52c68352446a417e922590237c618ef9f (diff) | |
Fix: missfire of no-vision notification
Diffstat (limited to 'popups.go')
| -rw-r--r-- | popups.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
