diff options
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 |
