diff options
| author | Jeff Carr <[email protected]> | 2025-02-21 08:20:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-21 08:20:44 -0600 |
| commit | a5222d38948c079b6b5c2fd51eb198578225837a (patch) | |
| tree | 64211d5da60b11e8bf3265954fe86d7877d786a4 /structs.go | |
| parent | 9db8405954214cd5f91ffb54f884f44a6195d29f (diff) | |
update stats every 90 seconds
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
