summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 08:20:44 -0600
committerJeff Carr <[email protected]>2025-02-21 08:20:44 -0600
commita5222d38948c079b6b5c2fd51eb198578225837a (patch)
tree64211d5da60b11e8bf3265954fe86d7877d786a4 /structs.go
parent9db8405954214cd5f91ffb54f884f44a6195d29f (diff)
update stats every 90 seconds
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 8bfe557..d1b24ef 100644
--- a/structs.go
+++ b/structs.go
@@ -70,8 +70,12 @@ type mainType struct {
// these hold the branches that the user can switch all
// the repositories to them
- newBranch *gui.Node
- setBranchB *gui.Node
+ newBranch *gui.Node // deprecate?
+ setBranchB *gui.Node // deprecate?
+ repoAllB *gui.Node // "all" repos button
+ repoDirtyB *gui.Node // "dirty" repos button
+ repoDevelMergeB *gui.Node // "merge to devel" repos button
+ repoWritableB *gui.Node // "what repos are writable" repos button
argvCheckoutUser bool // shared between the GUI and the command line tools
argvCheckoutDevel bool // shared between the GUI and the command line tools