diff options
Diffstat (limited to 'internal/hexaiaction/tui_custom.go')
| -rw-r--r-- | internal/hexaiaction/tui_custom.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/hexaiaction/tui_custom.go b/internal/hexaiaction/tui_custom.go index 910242f..876f60a 100644 --- a/internal/hexaiaction/tui_custom.go +++ b/internal/hexaiaction/tui_custom.go @@ -29,7 +29,7 @@ func (r tuiRunner) program(m model) teaProgram { func (r tuiRunner) RunTUIWithCustom(customs []appconfig.CustomAction, menuHotkey string) (ActionKind, *appconfig.CustomAction, error) { // When no customs, fall back to default menu if len(customs) == 0 { - kind, err := RunTUI() + kind, err := r.RunTUI() return kind, nil, err } // Build main menu with an extra entry |
