diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 07:53:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 07:53:44 -0500 |
| commit | 4fd06bc1592abf1311de7bba631d857cc2bd1178 (patch) | |
| tree | effbfd231a79ef9767ca128d5566116720a3ea9e /structs.go | |
| parent | ee521994021d7d09c0f90a4f479185cb888b6388 (diff) | |
remove the 'mode' concept
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -67,9 +67,9 @@ type mainType struct { repoDevelMergeB *gui.Node // "merge to devel" repos button repoWritableB *gui.Node // "what repos are writable" repos button demoB *gui.Node // opens the demo - modeReleaseW *gui.Node // opens the release window - modePatchW *gui.Node // opens the patch window - modeUserW *gui.Node // opens the user/hack window + // modeReleaseW *gui.Node // opens the release window + // modePatchW *gui.Node // opens the patch window + // modeUserW *gui.Node // opens the user/hack window argvCheckoutUser bool // shared between the GUI and the command line tools argvCheckoutDevel bool // shared between the GUI and the command line tools |
