diff options
| author | Jeff Carr <[email protected]> | 2024-02-18 10:49:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-18 10:49:52 -0600 |
| commit | 02542bafe8f570d04a946851a4c993f3f4de6e18 (patch) | |
| tree | 4b3f17953e58b8bd84dff4ea4c089b602c7a1d7f /structs.go | |
| parent | 860981e63d535cfed566ac831fc9fd130b1b03fb (diff) | |
add guireleaser view
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 { |
