diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 02:50:07 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 02:50:07 -0600 |
| commit | 0e6ef50ad29ca218cd6b1571fdb4c2ff92a2a32d (patch) | |
| tree | 92f6500b9602f902c3a8b2f072e76977ac1a772a /structs.go | |
| parent | 6cee7c5420f231ce869d8c320bc5471e31e79760 (diff) | |
gui is improved
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
