summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 02:50:07 -0600
committerJeff Carr <[email protected]>2025-01-20 02:50:07 -0600
commit0e6ef50ad29ca218cd6b1571fdb4c2ff92a2a32d (patch)
tree92f6500b9602f902c3a8b2f072e76977ac1a772a /structs.go
parent6cee7c5420f231ce869d8c320bc5471e31e79760 (diff)
gui is improved
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 871f70e..d8e7833 100644
--- a/structs.go
+++ b/structs.go
@@ -63,7 +63,7 @@ type mainType struct {
// displays a summary of all the repos
// has total dirty, total read-only
// total patches, etc
- summary *patchSummary
+ // summary *patchSummary
// when switch to user or devel branches, autocreate them
autoCreateBranches *gui.Node