diff options
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windowPatches.go b/windowPatches.go index bd14797..f4cb6f6 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -173,6 +173,9 @@ func submitPatchesBox(box *gui.Node) *patchSummary { me.repos.View.MakePatchset(patchdir) */ }) + s.grid.NewButton("Show Patchsets", func() { + listPatches() + }) s.grid.NewButton("Show Repos", func() { s.Update() if me.repos.Hidden() { |
