From 0dd8cd9deaf2e8b1ac2537dfcefd76ac484e35e8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 16 Jan 2024 11:14:30 -0600 Subject: add Global Display Options Signed-off-by: Jeff Carr --- structs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 23b845a..afa16af 100644 --- a/structs.go +++ b/structs.go @@ -19,6 +19,7 @@ var me repoType type repoType struct { script [][]string toMoveToBranch string // what the current working branch name is + autoHidePerfect *gui.Node mainBranch *gadgets.BasicCombobox develBranch *gadgets.BasicCombobox @@ -32,6 +33,7 @@ var dryrun *gui.Node var allrepos []*repo type repo struct { + hidden bool path string lasttagrev string lasttag string @@ -53,6 +55,7 @@ type repo struct { cButton *gui.Node // commit button pButton *gui.Node // push button + showButton *gui.Node // the button! status *repostatus.RepoStatus } -- cgit v1.2.3