From 02542bafe8f570d04a946851a4c993f3f4de6e18 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 18 Feb 2024 10:49:52 -0600 Subject: add guireleaser view --- structs.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 49d826d..392934d 100644 --- a/structs.go +++ b/structs.go @@ -22,11 +22,15 @@ type RepoList struct { autoHidePerfect bool autoScan bool allrepos map[string]*Repo + viewName string // reposwin *gadgets.BasicWindow reposbox *gui.Node reposgrid *gui.Node reposgroup *gui.Node + + // put things here that can't be seen + blind *gui.Node } type Repo struct { -- cgit v1.2.3