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