diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-03 09:15:18 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-03 09:15:18 +0300 |
| commit | 0c9c590d8f9c49578515ccaf19bb11431cf4e721 (patch) | |
| tree | 32429d115946a82dc9bec46a0d10572be2b0aeb7 /tui.go | |
| parent | d130254e888a7627c65e9bcdfa70acd1bc77de66 (diff) | |
Enha (playwright): conditionaly install and use tools
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -860,7 +860,7 @@ func init() { if event.Key() == tcell.KeyCtrlK { // add message from tools cfg.ToolUse = !cfg.ToolUse - UpdateToolCapabilities() + updateToolCapabilities() updateStatusLine() return nil } |
