summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 4 insertions, 2 deletions
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