From e4680caebb7235988450f6b1d59da2e46a78e567 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 1 May 2025 12:48:19 +0200 Subject: some small fixes --- internal/tui/components/core/status.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/tui/components/core') diff --git a/internal/tui/components/core/status.go b/internal/tui/components/core/status.go index ca02265e1..28120a430 100644 --- a/internal/tui/components/core/status.go +++ b/internal/tui/components/core/status.go @@ -21,7 +21,7 @@ import ( type StatusCmp interface { tea.Model - SetHelpMsg(string) + SetHelpWidgetMsg(string) } type statusCmp struct { @@ -263,7 +263,7 @@ func (m statusCmp) model() string { Render(model.Name) } -func (m statusCmp) SetHelpMsg(s string) { +func (m statusCmp) SetHelpWidgetMsg(s string) { // Update the help widget text using the getHelpWidget function helpWidget = getHelpWidget(s) } -- cgit v1.2.3