diff options
author | Grail Finder <wohilas@gmail.com> | 2025-08-08 13:08:21 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-08-08 13:08:21 +0300 |
commit | c3a5de7a0d2631c8eda71a54cad9587d3d8915e1 (patch) | |
tree | 33f268aeb546dd894bd7dc1f0e66e71dd775ac41 /tui.go | |
parent | d7d432b8a1dbea9e18f78d835112fa074051f587 (diff) |
Enha: showSys to skip sys or tool msgs
Diffstat (limited to 'tui.go')
-rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -558,7 +558,7 @@ func init() { if event.Key() == tcell.KeyF5 { // switch cfg.ShowSys cfg.ShowSys = !cfg.ShowSys - textView.SetText(chatToText(cfg.ShowSys)) // TODO: fix removing all new names + textView.SetText(chatToText(cfg.ShowSys)) colorText() } if event.Key() == tcell.KeyF6 { |