From b4f1bf383600dd96491b13deb13fbed9e6be4cad Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2024 03:22:51 -0600 Subject: working on a repostatus window map[] almost perfect autobuild enable auto run used this app to update all the other guis Signed-off-by: Jeff Carr --- structs.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b5ef5a6..077bba9 100644 --- a/structs.go +++ b/structs.go @@ -42,6 +42,8 @@ type repoType struct { // if checked, will stop trying to os.Exec() things after failure stopOnErrors *gui.Node + + autoRebuildButton *gui.Node // button to attempt to autorebuild } var cmds *gui.Node @@ -65,9 +67,9 @@ type repo struct { // masterName *gui.Node // the master branch name masterVersion *gui.Node // the master branch version // develName *gui.Node // the devel branch name - develVersion *gui.Node // the devel branch version + develVersion *gui.Node // the devel branch version // userName *gui.Node // the jcarr branch name - userVersion *gui.Node // the jcarr branch version + userVersion *gui.Node // the jcarr branch version cButton *gui.Node // commit button pButton *gui.Node // push button -- cgit v1.2.3