summaryrefslogtreecommitdiff
path: root/tui.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-09 11:29:47 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-09 11:29:47 +0300
commit3f4d8a946775cfba6fc6d0ac7ade30b310bb883b (patch)
tree21ab3e9bbc0518ae9a4e2adf6d61e581cdad036d /tui.go
parentc04e120ddbec870348b0340e0fbb41556812c3f5 (diff)
Fix (f1): load from the card
Diffstat (limited to 'tui.go')
-rw-r--r--tui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tui.go b/tui.go
index 87e878a..cac8faa 100644
--- a/tui.go
+++ b/tui.go
@@ -1016,7 +1016,7 @@ func init() {
return nil
}
if event.Key() == tcell.KeyCtrlN {
- startNewChat()
+ startNewChat(true)
return nil
}
if event.Key() == tcell.KeyCtrlO {