diff options
| author | Jeff Carr <[email protected]> | 2024-01-21 03:22:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-21 03:22:51 -0600 |
| commit | b4f1bf383600dd96491b13deb13fbed9e6be4cad (patch) | |
| tree | 53fbd6f68bec3d616dd1342d7f4ddf78e54c1313 /structs.go | |
| parent | 2524852611cd70d4f451957fa54a05278157185a (diff) | |
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 <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
