From c5b6539c3b3b5c2ad3ba3eb893eefdf18b68a3cb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Mar 2025 04:13:10 -0600 Subject: clearer gui. hopefully --- structs.go | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 965944d..8ae09b1 100644 --- a/structs.go +++ b/structs.go @@ -57,14 +57,6 @@ type mainType struct { gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL forgeMode *gadgets.OneLiner // is the user in 'master', 'devel' or 'user' branches - // displays a summary of all the repos - // has total dirty, total read-only - // total patches, etc - // summary *patchSummary - - // when switch to user or devel branches, autocreate them - autoCreateBranches *gui.Node - // these hold the branches that the user can switch all // the repositories to them newBranch *gui.Node // deprecate? @@ -74,6 +66,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 argvCheckoutUser bool // shared between the GUI and the command line tools argvCheckoutDevel bool // shared between the GUI and the command line tools -- cgit v1.2.3