diff options
Diffstat (limited to 'tables.go')
| -rw-r--r-- | tables.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ func makeChatTable(chatMap map[string]models.Chat) *tview.Table { } // Update sysMap with fresh card data sysMap[agentName] = newCard - applyCharCard(newCard) + applyCharCard(newCard, false) startNewChat() pages.RemovePage(historyPage) return |
