mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-17 22:24:29 +00:00
config validation
This commit is contained in:
@@ -57,8 +57,8 @@ var returnKey = key.NewBinding(
|
||||
)
|
||||
|
||||
var logsKeyReturnKey = key.NewBinding(
|
||||
key.WithKeys("backspace"),
|
||||
key.WithHelp("backspace", "go back"),
|
||||
key.WithKeys("backspace", "q"),
|
||||
key.WithHelp("backspace/q", "go back"),
|
||||
)
|
||||
|
||||
type appModel struct {
|
||||
|
||||
Reference in New Issue
Block a user