From 70bea426235efd0b66502c8eb4c93efe0f4fe9a6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 20 Jan 2024 18:45:55 -0600 Subject: cleaner repo list window Signed-off-by: Jeff Carr --- structs.go | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 552159b..b5ef5a6 100644 --- a/structs.go +++ b/structs.go @@ -20,8 +20,8 @@ type repoType struct { allrepos map[*repo]string myGui *gui.Node - // #### autotypist window autotypistWindow *gadgets.BasicWindow + // #### autotypist Global Display Options autoHidePerfect *gui.Node @@ -39,8 +39,9 @@ type repoType struct { // this button will regenerate everyones go.mod & go.sum rerunGoMod *gui.Node - // #### autotypist Global Distructive & Reset Options - // #### autotypist window end + + // if checked, will stop trying to os.Exec() things after failure + stopOnErrors *gui.Node } var cmds *gui.Node @@ -61,11 +62,11 @@ type repo struct { // tagsDrop *gui.Node // list of all tags dirtyLabel *gui.Node // git state (dirty or not?) - masterName *gui.Node // the master branch name + // masterName *gui.Node // the master branch name masterVersion *gui.Node // the master branch version - develName *gui.Node // the devel branch name + // develName *gui.Node // the devel branch name develVersion *gui.Node // the devel branch version - userName *gui.Node // the jcarr branch name + // userName *gui.Node // the jcarr branch name userVersion *gui.Node // the jcarr branch version cButton *gui.Node // commit button -- cgit v1.2.3