summaryrefslogtreecommitdiff
path: root/tables.go
diff options
context:
space:
mode:
Diffstat (limited to 'tables.go')
-rw-r--r--tables.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tables.go b/tables.go
index ee2b145..740b7c8 100644
--- a/tables.go
+++ b/tables.go
@@ -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