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 --- model/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/init.go') diff --git a/model/init.go b/model/init.go index 503d2b8..13158da 100644 --- a/model/init.go +++ b/model/init.go @@ -1,5 +1,5 @@ package model -type HasInit interface { +type Initializer interface { Init() error } -- cgit v1.3