summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 15:06:02 -0600
committerJeff Carr <[email protected]>2024-02-05 15:06:02 -0600
commit7f0f36a886bab5bc0f4d756cabc01ad523b12510 (patch)
treefeebcb49fbb83917d4f5f7dbdd690d98df9c900c /structs.go
parent2719ad42758e7b77d37bab5549c3a5ac7176121a (diff)
fixed basic entry display
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
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