From 022072ce8bac114ea0a7b94132ed3b8630de2f90 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 17 Apr 2026 00:00:40 +0200 Subject: * fix bug which prevented multiple sources from showing up in the tui at the same time * add padding to bottom of sources * add git status panel to bottom of tui --- menu/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menu/model.go') diff --git a/menu/model.go b/menu/model.go index 6dc4e1c..4eb2577 100644 --- a/menu/model.go +++ b/menu/model.go @@ -57,7 +57,7 @@ func (m *Model) Validate() { } } -func NewModel(st *model.State, hydrators []model.Hydrator) *Model { +func NewModel(st *model.State, hydrators []model.Modder) *Model { m := &Model{ HydratedState: Hydrate(st, hydrators), Index: 0, -- cgit v1.3