Fix (f1): load from the card

This commit is contained in:
Grail Finder
2026-02-09 11:29:47 +03:00
parent c04e120ddb
commit 3f4d8a9467
4 changed files with 9 additions and 9 deletions

2
tui.go
View File

@@ -1016,7 +1016,7 @@ func init() {
return nil
}
if event.Key() == tcell.KeyCtrlN {
startNewChat()
startNewChat(true)
return nil
}
if event.Key() == tcell.KeyCtrlO {