From 7f0f36a886bab5bc0f4d756cabc01ad523b12510 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 15:06:02 -0600 Subject: fixed basic entry display Signed-off-by: Jeff Carr --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 5e89165..fe7ded2 100644 --- a/structs.go +++ b/structs.go @@ -19,6 +19,8 @@ type autoType struct { allrepos map[string]*repo myGui *gui.Node + releaseReasonS string // = "gocui dropdown select" + // autotypistWindow *gadgets.BasicWindow mainWindow *gui.Node mainBox *gui.Node -- cgit v1.2.3